more changes on original files
[linux-2.4.git] / arch / ppc / xmon / Makefile
1 #
2 # Makefile for xmon
3
4 O_TARGET        := x.o
5
6 ifdef CONFIG_8xx
7 obj-y           := start_8xx.o
8 else
9 obj-y           := start.o
10 endif
11 obj-y           += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
12
13 include $(TOPDIR)/Rules.make