summaryrefslogtreecommitdiffstats
path: root/arch/ppc/xmon/Makefile
blob: 614f3b7ebe097e6613ede9554bf105cb56a4be3e (plain)
1
2
3
4
5
6
7
8
9
10
# Makefile for xmon

O_TARGET = x.o
ifeq ($(CONFIG_8xx),y)
O_OBJS = start_8xx.o xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
else
O_OBJS = start.o xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
endif

include $(TOPDIR)/Rules.make