summaryrefslogtreecommitdiffstats
path: root/arch/ppc/lib/Makefile
blob: 8ca9a3cd54666da6937af628910d2a05671e08df (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__ -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