1#
2# Makefile for i386-specific library files..
3#
4
5.S.o:
6	$(CC) $(AFLAGS) -c $< -o $*.o
7
8L_TARGET = lib.a
9
10obj-y = checksum.o old-checksum.o delay.o \
11	usercopy.o getuser.o \
12	memcpy.o strstr.o
13
14obj-$(CONFIG_X86_USE_3DNOW) += mmx.o
15obj-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o
16obj-$(CONFIG_DEBUG_IOVIRT)  += iodebug.o
17obj-$(CONFIG_MCOUNT)	    += mcount.o
18
19include $(TOPDIR)/Rules.make
20