Rev 550 | Rev 674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 550 | Rev 568 | ||
---|---|---|---|
Line 84... | Line 84... | ||
84 | DEFS += -DCONFIG_SMP |
84 | DEFS += -DCONFIG_SMP |
85 | endif |
85 | endif |
86 | ifeq ($(CONFIG_HT),y) |
86 | ifeq ($(CONFIG_HT),y) |
87 | DEFS += -DCONFIG_HT |
87 | DEFS += -DCONFIG_HT |
88 | endif |
88 | endif |
89 | ifeq ($(CONFIG_FPU_LAZY),y) |
- | |
90 | DEFS += -DCONFIG_FPU_LAZY |
- | |
91 | endif |
- | |
92 | 89 | ||
93 | ARCH_SOURCES = \ |
90 | ARCH_SOURCES = \ |
94 | arch/$(ARCH)/src/context.s \ |
91 | arch/$(ARCH)/src/context.s \ |
95 | arch/$(ARCH)/src/debug/panic.s \ |
92 | arch/$(ARCH)/src/debug/panic.s \ |
96 | arch/$(ARCH)/src/delay.s \ |
93 | arch/$(ARCH)/src/delay.s \ |