1#
2# Makefile for ppc64-specific library files..
3#
4
5USE_STANDARD_AS_RULE    := true
6
7O_TARGET = lib.o
8
9obj-y           := checksum.o dec_and_lock.o string.o strcase.o
10
11include $(TOPDIR)/Rules.make
12