You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile
|
|
#
|
|
|
|
obj-y := consistent.o init.o
|
|
|
|
obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|
|
|