summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib/Makefile
blob: aa8b0e5da05a1d2c0fa0f35d7ef8f03b51f866dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for s390-specific library files..
#

.S.o:
	$(CC) $(AFLAGS) -traditional -c $< -o $*.o

L_TARGET = lib.a
L_OBJS = checksum.o delay.o memset.o strcmp.o strncpy.o

include $(TOPDIR)/Rules.make