more changes on original files
[linux-2.4.git] / arch / s390x / lib / Makefile
1 #
2 # Makefile for s390-specific library files..
3 #
4
5 .S.o:
6         $(CC) $(AFLAGS) -traditional -c $< -o $*.o
7
8 L_TARGET = lib.a
9
10 obj-y = checksum.o delay.o memset.o misaligned.o strcmp.o strncpy.o uaccess.o
11 export-objs += misaligned.o
12
13 include $(TOPDIR)/Rules.make
14