aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.4-xen-sparse/arch/xen/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.4-xen-sparse/arch/xen/lib/Makefile')
-rw-r--r--linux-2.4-xen-sparse/arch/xen/lib/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/linux-2.4-xen-sparse/arch/xen/lib/Makefile b/linux-2.4-xen-sparse/arch/xen/lib/Makefile
deleted file mode 100644
index 5e00fdc135..0000000000
--- a/linux-2.4-xen-sparse/arch/xen/lib/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-
-.S.o:
- $(CC) $(AFLAGS) -c $< -o $*.o
-
-L_TARGET = lib.a
-
-obj-y = checksum.o old-checksum.o delay.o \
- usercopy.o getuser.o \
- memcpy.o strstr.o xen_proc.o
-
-obj-$(CONFIG_X86_USE_3DNOW) += mmx.o
-obj-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o
-obj-$(CONFIG_DEBUG_IOVIRT) += iodebug.o
-
-include $(TOPDIR)/Rules.make