# BK Id: SCCS/s.Makefile 1.11 11/18/01 16:35:08 paulus
#
#
# Makefile for ppc-specific library files..
#

USE_STANDARD_AS_RULE	:= true

O_TARGET		:= lib.o

export-objs		:= dec_and_lock.o

obj-y			:= checksum.o string.o strcase.o dec_and_lock.o

obj-$(CONFIG_SMP)	+= locks.o

include $(TOPDIR)/Rules.make
