| Paul Mundt | 83ce3ac | 2007-11-11 17:24:50 +0900 | [diff] [blame^] | 1 | # | 
| 2 | # Makefile for the Linux SuperH-specific parts of the memory manager. | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | obj-y := init.o extable_64.o consistent.o | ||||
| 6 | |||||
| 7 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | ||||
| 8 | obj-$(CONFIG_PMB) += pmb.o | ||||
| 9 | obj-$(CONFIG_NUMA) += numa.o | ||||
| 10 | |||||
| 11 | EXTRA_CFLAGS += -Werror | ||||