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