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