summaryrefslogtreecommitdiffstats
path: root/arch/i386/lib/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
commit1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch)
tree357efc7b93f8f5102110d20d293f41360ec212fc /arch/i386/lib/Makefile
parentaea27b2e18d69af87e673972246e66657b4fa274 (diff)
Merge with Linux 2.3.21.
Diffstat (limited to 'arch/i386/lib/Makefile')
-rw-r--r--arch/i386/lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile
index a6f8dff09..3f7bef4aa 100644
--- a/arch/i386/lib/Makefile
+++ b/arch/i386/lib/Makefile
@@ -9,4 +9,8 @@ L_TARGET = lib.a
L_OBJS = checksum.o old-checksum.o delay.o \
usercopy.o getuser.o putuser.o
+ifdef CONFIG_X86_USE_3DNOW
+L_OBJS += mmx.o
+endif
+
include $(TOPDIR)/Rules.make