diff options
Diffstat (limited to 'arch/ppc/xmon/Makefile')
-rw-r--r-- | arch/ppc/xmon/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ppc/xmon/Makefile b/arch/ppc/xmon/Makefile index ba501cf35..614f3b7eb 100644 --- a/arch/ppc/xmon/Makefile +++ b/arch/ppc/xmon/Makefile @@ -1,6 +1,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 |