Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux s390-specific parts of the memory manager. | ||||
3 | # | ||||
4 | |||||
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 5 | obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_CMM) += cmm.o |
Gerald Schaefer | 53492b1 | 2008-04-30 13:38:46 +0200 | [diff] [blame^] | 7 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |