Rev 1838 | Rev 1842 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1838 | Rev 1841 | ||
---|---|---|---|
Line 58... | Line 58... | ||
58 | ## Compile with support for framebuffer. |
58 | ## Compile with support for framebuffer. |
59 | # |
59 | # |
60 | 60 | ||
61 | CONFIG_FB = y |
61 | CONFIG_FB = y |
62 | 62 | ||
63 | ## Compile with support for i8042 controller. |
63 | ## Compile with support for z8530 controller. |
64 | # |
64 | # |
65 | 65 | ||
66 | CONFIG_I8042 = y |
66 | CONFIG_Z8530 = y |
67 | CONFIG_I8042_SUN = y |
67 | CONFIG_KBD_SUN = y |
68 | DEFS += -DCONFIG_I8042_SUN |
68 | DEFS += -DCONFIG_KBD_SUN |
69 | 69 | ||
70 | ARCH_SOURCES = \ |
70 | ARCH_SOURCES = \ |
71 | arch/$(ARCH)/src/cpu/cpu.c \ |
71 | arch/$(ARCH)/src/cpu/cpu.c \ |
72 | arch/$(ARCH)/src/asm.S \ |
72 | arch/$(ARCH)/src/asm.S \ |
73 | arch/$(ARCH)/src/panic.S \ |
73 | arch/$(ARCH)/src/panic.S \ |
Line 86... | Line 86... | ||
86 | arch/$(ARCH)/src/trap/trap.c \ |
86 | arch/$(ARCH)/src/trap/trap.c \ |
87 | arch/$(ARCH)/src/trap/exception.c \ |
87 | arch/$(ARCH)/src/trap/exception.c \ |
88 | arch/$(ARCH)/src/trap/interrupt.c \ |
88 | arch/$(ARCH)/src/trap/interrupt.c \ |
89 | arch/$(ARCH)/src/ddi/ddi.c \ |
89 | arch/$(ARCH)/src/ddi/ddi.c \ |
90 | arch/$(ARCH)/src/drivers/tick.c \ |
90 | arch/$(ARCH)/src/drivers/tick.c \ |
91 | arch/$(ARCH)/src/drivers/i8042.c |
91 | arch/$(ARCH)/src/drivers/kbd.c |