Rev 4047 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4047 | Rev 4119 | ||
---|---|---|---|
Line 74... | Line 74... | ||
74 | arch/$(KARCH)/src/trap/interrupt.c \ |
74 | arch/$(KARCH)/src/trap/interrupt.c \ |
75 | arch/$(KARCH)/src/ddi/ddi.c \ |
75 | arch/$(KARCH)/src/ddi/ddi.c \ |
76 | arch/$(KARCH)/src/drivers/tick.c \ |
76 | arch/$(KARCH)/src/drivers/tick.c \ |
77 | arch/$(KARCH)/src/drivers/kbd.c \ |
77 | arch/$(KARCH)/src/drivers/kbd.c \ |
78 | arch/$(KARCH)/src/drivers/sgcn.c \ |
78 | arch/$(KARCH)/src/drivers/sgcn.c \ |
79 | arch/$(KARCH)/src/drivers/pci.c |
79 | arch/$(KARCH)/src/drivers/pci.c \ |
- | 80 | arch/$(KARCH)/src/drivers/fhc.c |
|
80 | 81 | ||
81 | ifeq ($(CONFIG_FB),y) |
82 | ifeq ($(CONFIG_FB),y) |
82 | ARCH_SOURCES += \ |
83 | ARCH_SOURCES += \ |
83 | arch/$(KARCH)/src/drivers/scr.c |
84 | arch/$(KARCH)/src/drivers/scr.c |
84 | endif |
85 | endif |
Line 91... | Line 92... | ||
91 | 92 | ||
92 | ifeq ($(CONFIG_TSB),y) |
93 | ifeq ($(CONFIG_TSB),y) |
93 | ARCH_SOURCES += \ |
94 | ARCH_SOURCES += \ |
94 | arch/$(KARCH)/src/mm/tsb.c |
95 | arch/$(KARCH)/src/mm/tsb.c |
95 | endif |
96 | endif |
96 | - | ||
97 | ifdef CONFIG_Z8530 |
- | |
98 | ARCH_SOURCES += \ |
- | |
99 | arch/$(KARCH)/src/drivers/fhc.c |
- | |
100 | endif |
- |