URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [ppc64/] [lib/] [Makefile] - Rev 1275
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for ppc64-specific library files..
#
USE_STANDARD_AS_RULE := true
O_TARGET = lib.o
export-objs := dec_and_lock.o
obj-y := checksum.o dec_and_lock.o string.o strcase.o copypage.o \
memcpy.o copyuser.o
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log