import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / i386 / lib / Makefile
1 #
2 # Makefile for i386-specific library files..
3 #
4
5 .S.o:
6         $(CC) $(AFLAGS) -c $< -o $*.o
7
8 L_TARGET = lib.a
9
10 obj-y = checksum.o old-checksum.o delay.o \
11         usercopy.o getuser.o \
12         memcpy.o strstr.o
13
14 obj-$(CONFIG_X86_USE_3DNOW) += mmx.o
15 obj-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o
16 obj-$(CONFIG_DEBUG_IOVIRT)  += iodebug.o
17
18 include $(TOPDIR)/Rules.make