Rev 2071 | Rev 2125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2110 | ||
---|---|---|---|
Line 87... | Line 87... | ||
87 | ARCH_SOURCES += arch/$(ARCH)/src/ski/ski.c |
87 | ARCH_SOURCES += arch/$(ARCH)/src/ski/ski.c |
88 | DEFS += -DSKI |
88 | DEFS += -DSKI |
89 | endif |
89 | endif |
90 | 90 | ||
91 | ifeq ($(MACHINE),i460GX) |
91 | ifeq ($(MACHINE),i460GX) |
92 | ARCH_SOURCES += arch/$(ARCH)/src/simics/ega.c |
92 | ARCH_SOURCES += arch/$(ARCH)/src/drivers/ega.c |
93 | DEFS += -DI460GX |
93 | DEFS += -DI460GX |
94 | endif |
94 | endif |
95 | 95 |