URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [ppc/] [xmon/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
#
# Makefile for xmon
O_TARGET := x.o
ifdef CONFIG_8xx
obj-y := start_8xx.o
else
obj-y := start.o
endif
obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
include $(TOPDIR)/Rules.make