import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / cris / lib / Makefile
1 #
2 # Makefile for Etrax-specific library files..
3 #
4
5 .S.o:
6         $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
7
8 L_TARGET = lib.a
9 obj-y  = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o
10
11 include $(TOPDIR)/Rules.make