URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [sparc64/] [mm/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
# $Id: Makefile,v 1.1.1.1 2004-04-15 01:33:38 phoenix Exp $
# Makefile for the linux Sparc64-specific parts of the memory manager.
#
USE_STANDARD_AS_RULE := true
EXTRA_AFLAGS := -ansi
O_TARGET := mm.o
obj-y := ultra.o fault.o init.o generic.o extable.o modutil.o
include $(TOPDIR)/Rules.make