patch-2.3.21 linux/arch/i386/lib/Makefile

Next file: linux/arch/i386/lib/mmx.c
Previous file: linux/arch/i386/kernel/i386_ksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.20/linux/arch/i386/lib/Makefile linux/arch/i386/lib/Makefile
@@ -9,4 +9,8 @@
 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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)