| 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 |  | 
| Paul Mundt | ad81eb9 | 2007-11-11 18:43:33 +0900 | [diff] [blame^] | 7 | mmu-y			:= tlb-nommu.o pg-nommu.o | 
|  | 8 | mmu-$(CONFIG_MMU)	:= ioremap_64.o | 
|  | 9 |  | 
|  | 10 | obj-y			+= $(mmu-y) | 
|  | 11 |  | 
| Paul Mundt | 83ce3ac | 2007-11-11 17:24:50 +0900 | [diff] [blame] | 12 | obj-$(CONFIG_HUGETLB_PAGE)	+= hugetlbpage.o | 
|  | 13 | obj-$(CONFIG_PMB)		+= pmb.o | 
|  | 14 | obj-$(CONFIG_NUMA)		+= numa.o | 
|  | 15 |  | 
|  | 16 | EXTRA_CFLAGS += -Werror |