blob: 6670b8766523f3e3ba1870870ec0e52e7d4494c2 [file] [log] [blame]
#
# 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