cleanup
[linux-2.4.21-pre4.git] / arch / ppc / lib / Makefile
1 # BK Id: SCCS/s.Makefile 1.11 11/18/01 16:35:08 paulus
2 #
3 #
4 # Makefile for ppc-specific library files..
5 #
6
7 USE_STANDARD_AS_RULE    := true
8
9 O_TARGET                := lib.o
10
11 export-objs             := dec_and_lock.o
12
13 obj-y                   := checksum.o string.o strcase.o dec_and_lock.o
14
15 obj-$(CONFIG_SMP)       += locks.o
16
17 include $(TOPDIR)/Rules.make