2f2f371f89
The first highmem implementation. Signed-off-by: Michal Simek <monstr@monstr.eu>
9 lines
134 B
Makefile
9 lines
134 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
|
|
obj-y := consistent.o init.o
|
|
|
|
obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|