swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 95064a75ebf8744e1ff595e8cd7ff9b6c851523e authored by Linus Torvalds on 13 September 2006, 01:41:36 UTC
Linux v2.6.18-rc7
Tip revision: 95064a7
Makefile
#
# Makefile for the linux s390-specific parts of the memory manager.
#

obj-y	 := init.o fault.o ioremap.o extmem.o mmap.o
obj-$(CONFIG_CMM) += cmm.o

back to top