Merge with Linux 2.4.0-test6-pre9.
[linux-2.6/linux-mips.git] / arch / i386 / lib / Makefile
blobabafc528dabe4b14d96c9ee782297adcbd8deedc
2 # Makefile for i386-specific library files..
5 .S.o:
6 $(CC) $(AFLAGS) -c $< -o $*.o
8 L_TARGET = lib.a
9 L_OBJS = checksum.o old-checksum.o delay.o \
10 usercopy.o getuser.o putuser.o iodebug.o \
11 memcpy.o
13 ifdef CONFIG_X86_USE_3DNOW
14 L_OBJS += mmx.o
15 endif
17 ifdef CONFIG_HAVE_DEC_LOCK
18 L_OBJS += dec_and_lock.o
19 endif
21 include $(TOPDIR)/Rules.make