Rev 727 | Rev 756 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 727 | Rev 730 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | 53 | ||
| 54 | ## Compile with support for address space identifiers. |
54 | ## Compile with support for address space identifiers. |
| 55 | # |
55 | # |
| 56 | 56 | ||
| 57 | CONFIG_ASID = y |
57 | CONFIG_ASID = y |
| 58 | - | ||
| - | 58 | CONFIG_ASID_FIFO = y |
|
| 59 | 59 | ||
| 60 | ARCH_SOURCES = \ |
60 | ARCH_SOURCES = \ |
| 61 | arch/$(ARCH)/src/cpu/cpu.c \ |
61 | arch/$(ARCH)/src/cpu/cpu.c \ |
| 62 | arch/$(ARCH)/src/asm.S \ |
62 | arch/$(ARCH)/src/asm.S \ |
| 63 | arch/$(ARCH)/src/panic.S \ |
63 | arch/$(ARCH)/src/panic.S \ |