Rev 1191 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1191 | Rev 1196 | ||
|---|---|---|---|
| Line 100... | Line 100... | ||
| 100 | endif |
100 | endif |
| 101 | ifeq ($(CONFIG_SIMICS_FIX),y) |
101 | ifeq ($(CONFIG_SIMICS_FIX),y) |
| 102 | DEFS += -DCONFIG_SIMICS_FIX |
102 | DEFS += -DCONFIG_SIMICS_FIX |
| 103 | endif |
103 | endif |
| 104 | 104 | ||
| - | 105 | ## Compile with support for software integer division. |
|
| - | 106 | # |
|
| - | 107 | ||
| - | 108 | CONFIG_SOFTINT = y |
|
| - | 109 | ||
| 105 | ARCH_SOURCES = \ |
110 | ARCH_SOURCES = \ |
| 106 | arch/$(ARCH)/src/context.s \ |
111 | arch/$(ARCH)/src/context.s \ |
| 107 | arch/$(ARCH)/src/debug/panic.s \ |
112 | arch/$(ARCH)/src/debug/panic.s \ |
| 108 | arch/$(ARCH)/src/delay.s \ |
113 | arch/$(ARCH)/src/delay.s \ |
| 109 | arch/$(ARCH)/src/asm.S \ |
114 | arch/$(ARCH)/src/asm.S \ |