Rev 1191 | Rev 1215 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1191 | Rev 1196 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | # |
53 | # |
54 | 54 | ||
55 | CONFIG_PAGE_PT = y |
55 | CONFIG_PAGE_PT = y |
56 | DEFS += -DCONFIG_PAGE_PT |
56 | DEFS += -DCONFIG_PAGE_PT |
57 | 57 | ||
- | 58 | ## Compile with support for software integer division. |
|
- | 59 | # |
|
- | 60 | ||
- | 61 | CONFIG_SOFTINT = y |
|
- | 62 | ||
58 | ARCH_SOURCES = \ |
63 | ARCH_SOURCES = \ |
59 | arch/$(ARCH)/src/console.c \ |
64 | arch/$(ARCH)/src/console.c \ |
60 | arch/$(ARCH)/src/context.S \ |
65 | arch/$(ARCH)/src/context.S \ |
61 | arch/$(ARCH)/src/debug/panic.s \ |
66 | arch/$(ARCH)/src/debug/panic.s \ |
62 | arch/$(ARCH)/src/fpu_context.S \ |
67 | arch/$(ARCH)/src/fpu_context.S \ |