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 | |||||
Heiko Carstens | f4eb07c | 2006-12-08 15:56:07 +0100 | [diff] [blame] | 5 | obj-y := init.o fault.o ioremap.o extmem.o mmap.o vmem.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_CMM) += cmm.o |
7 |