Rev 803 | Rev 938 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 803 | Rev 894 | ||
---|---|---|---|
Line 61... | Line 61... | ||
61 | ## Compile with hierarchical page tables support. |
61 | ## Compile with hierarchical page tables support. |
62 | # |
62 | # |
63 | 63 | ||
64 | CONFIG_PAGE_PT = y |
64 | CONFIG_PAGE_PT = y |
65 | 65 | ||
- | 66 | ## Compile with i8042 support. |
|
- | 67 | # |
|
- | 68 | ||
- | 69 | CONFIG_I8042 = y |
|
- | 70 | ||
66 | ## Accepted configuration directives |
71 | ## Accepted configuration directives |
67 | # |
72 | # |
68 | 73 | ||
69 | ifeq ($(CONFIG_SMP),y) |
74 | ifeq ($(CONFIG_SMP),y) |
70 | DEFS += -DCONFIG_SMP |
75 | DEFS += -DCONFIG_SMP |
Line 82... | Line 87... | ||
82 | arch/$(ARCH)/src/fpu_context.c \ |
87 | arch/$(ARCH)/src/fpu_context.c \ |
83 | arch/$(ARCH)/src/boot/boot.S \ |
88 | arch/$(ARCH)/src/boot/boot.S \ |
84 | arch/$(ARCH)/src/pm.c \ |
89 | arch/$(ARCH)/src/pm.c \ |
85 | arch/$(ARCH)/src/context.S \ |
90 | arch/$(ARCH)/src/context.S \ |
86 | arch/$(ARCH)/src/drivers/ega.c \ |
91 | arch/$(ARCH)/src/drivers/ega.c \ |
87 | arch/$(ARCH)/src/drivers/i8042.c \ |
- | |
88 | arch/$(ARCH)/src/drivers/i8254.c \ |
92 | arch/$(ARCH)/src/drivers/i8254.c \ |
89 | arch/$(ARCH)/src/drivers/i8259.c \ |
93 | arch/$(ARCH)/src/drivers/i8259.c \ |
90 | arch/$(ARCH)/src/delay.S \ |
94 | arch/$(ARCH)/src/delay.S \ |
91 | arch/$(ARCH)/src/amd64.c \ |
95 | arch/$(ARCH)/src/amd64.c \ |
92 | arch/$(ARCH)/src/bios/bios.c \ |
96 | arch/$(ARCH)/src/bios/bios.c \ |