URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [parisc/] [lib/] [Makefile] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for parisc-specific library files..
#
L_TARGET = lib.a
obj-y := lusercopy.o bitops.o checksum.o io.o memset.o
obj-$(CONFIG_SMP) += locks.o
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log