Rev 3588 | Rev 4342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3588 | Rev 4338 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | # |
57 | # |
58 | 58 | ||
59 | CONFIG_ASID = y |
59 | CONFIG_ASID = y |
60 | CONFIG_ASID_FIFO = y |
60 | CONFIG_ASID_FIFO = y |
61 | 61 | ||
62 | - | ||
63 | ## Compile with support for software integer division. |
62 | ## Compile with support for software integer division. |
64 | # |
63 | # |
65 | 64 | ||
66 | CONFIG_SOFTINT = y |
65 | CONFIG_SOFTINT = y |
67 | 66 | ||
Line 86... | Line 85... | ||
86 | arch/$(ARCH)/src/drivers/it.c |
85 | arch/$(ARCH)/src/drivers/it.c |
87 | 86 | ||
88 | ifeq ($(MACHINE),ski) |
87 | ifeq ($(MACHINE),ski) |
89 | ARCH_SOURCES += arch/$(ARCH)/src/ski/ski.c |
88 | ARCH_SOURCES += arch/$(ARCH)/src/ski/ski.c |
90 | DEFS += -DSKI |
89 | DEFS += -DSKI |
91 | # BFD = elf64-ia64-little |
- | |
92 | BFD = binary |
90 | BFD = binary |
93 | endif |
91 | endif |
94 | 92 | ||
95 | ifeq ($(MACHINE),i460GX) |
93 | ifeq ($(MACHINE),i460GX) |
96 | ARCH_SOURCES += arch/$(ARCH)/src/drivers/ega.c |
- | |
97 | CONFIG_I8042 = y |
94 | CONFIG_I8042 = y |
- | 95 | CONFIG_EGA = y |
|
98 | DEFS += -DI460GX -DCONFIG_I8042 |
96 | DEFS += -DI460GX -DCONFIG_I8042 -DCONFIG_EGA |
99 | BFD = binary |
97 | BFD = binary |
100 | endif |
98 | endif |
101 | 99 | ||
102 | ifeq ($(CONFIG_SMP),y) |
100 | ifeq ($(CONFIG_SMP),y) |
103 | DEFS += -DCONFIG_SMP |
101 | DEFS += -DCONFIG_SMP |