aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.4-xen-sparse/arch/xen/mm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.4-xen-sparse/arch/xen/mm/Makefile')
-rw-r--r--linux-2.4-xen-sparse/arch/xen/mm/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/linux-2.4-xen-sparse/arch/xen/mm/Makefile b/linux-2.4-xen-sparse/arch/xen/mm/Makefile
deleted file mode 100644
index d0d16114b6..0000000000
--- a/linux-2.4-xen-sparse/arch/xen/mm/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Makefile for the linux i386-specific parts of the memory manager.
-#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definition is now in the main makefile...
-
-O_TARGET := mm.o
-
-obj-y := init.o fault.o extable.o pageattr.o hypervisor.o ioremap.o
-
-export-objs := pageattr.o
-
-include $(TOPDIR)/Rules.make