summaryrefslogtreecommitdiffstats
path: root/arch/ppc/lib/Makefile
blob: e454e952dc0be3590c7c5735b3e45086640955af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for ppc-specific library files..
#

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

O_TARGET = lib.o
O_OBJS  = checksum.o string.o strcase.o

ifdef CONFIG_SMP
O_OBJS += locks.o
endif


include $(TOPDIR)/Rules.make