* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / arch / ppc / lib / Makefile
blob8ca9a3cd54666da6937af628910d2a05671e08df
2 # Makefile for ppc-specific library files..
5 .S.o:
6 $(CC) -D__ASSEMBLY__ -c $< -o $*.o
8 O_TARGET = lib.o
9 O_OBJS = checksum.o string.o strcase.o
11 ifdef CONFIG_SMP
12 O_OBJS += locks.o
13 endif
16 include $(TOPDIR)/Rules.make