Makefile (9fec6060d9e48ed7db0dac0e16d0f0f0e615b7f6) | Makefile (88df125fd6127e409793fd84a574566651450320) |
---|---|
1# 2# Makefile for the linux s390-specific parts of the memory manager. 3# 4 | 1# 2# Makefile for the linux s390-specific parts of the memory manager. 3# 4 |
5obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o | 5obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o |
6obj-$(CONFIG_CMM) += cmm.o 7obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 8obj-$(CONFIG_PAGE_STATES) += page-states.o | 6obj-$(CONFIG_CMM) += cmm.o 7obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 8obj-$(CONFIG_PAGE_STATES) += page-states.o |