Rev 1382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1382 | Rev 1410 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | 59 | ||
60 | CONFIG_ASID = y |
60 | CONFIG_ASID = y |
61 | CONFIG_ASID_FIFO = y |
61 | CONFIG_ASID_FIFO = y |
62 | 62 | ||
63 | ## Compile with support for framebuffer. |
63 | ## Compile with support for framebuffer. |
64 | ## Mapping of the framebuffer is implemented by a sparc64-specific function. |
- | |
65 | # |
64 | # |
66 | 65 | ||
67 | CONFIG_FB = y |
66 | CONFIG_FB = y |
68 | 67 | ||
69 | ## Compile with support for i8042 controller. |
68 | ## Compile with support for i8042 controller. |
Line 89... | Line 88... | ||
89 | arch/$(ARCH)/src/trap/trap_table.S \ |
88 | arch/$(ARCH)/src/trap/trap_table.S \ |
90 | arch/$(ARCH)/src/trap/trap.c \ |
89 | arch/$(ARCH)/src/trap/trap.c \ |
91 | arch/$(ARCH)/src/trap/exception.c \ |
90 | arch/$(ARCH)/src/trap/exception.c \ |
92 | arch/$(ARCH)/src/trap/interrupt.c \ |
91 | arch/$(ARCH)/src/trap/interrupt.c \ |
93 | arch/$(ARCH)/src/ddi/ddi.c \ |
92 | arch/$(ARCH)/src/ddi/ddi.c \ |
94 | arch/$(ARCH)/src/drivers/tick.c |
93 | arch/$(ARCH)/src/drivers/tick.c \ |
- | 94 | arch/$(ARCH)/src/drivers/i8042.c |