10 lines
		
	
	
		
			289 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			289 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the linux s390-specific parts of the memory manager.
 | 
						|
#
 | 
						|
 | 
						|
obj-y	 := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o \
 | 
						|
	    page-states.o gup.o
 | 
						|
obj-$(CONFIG_CMM) += cmm.o
 | 
						|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
 | 
						|
obj-$(CONFIG_DEBUG_SET_MODULE_RONX) += pageattr.o
 |