mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
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
|