aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.24-sparse/arch/xeno/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xenolinux-2.4.24-sparse/arch/xeno/lib/Makefile')
-rw-r--r--xenolinux-2.4.24-sparse/arch/xeno/lib/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/xenolinux-2.4.24-sparse/arch/xeno/lib/Makefile b/xenolinux-2.4.24-sparse/arch/xeno/lib/Makefile
new file mode 100644
index 0000000000..3bbf40148e
--- /dev/null
+++ b/xenolinux-2.4.24-sparse/arch/xeno/lib/Makefile
@@ -0,0 +1,15 @@
+
+.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 xeno_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