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