patch-2.3.99-pre7 linux/arch/ppc/xmon/Makefile
Next file: linux/arch/ppc/xmon/privinst.h
Previous file: linux/arch/ppc/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue May 2 13:05:40 2000
- Orig file:
v2.3.99-pre6/linux/arch/ppc/xmon/Makefile
- Orig date:
Sat May 22 13:03:00 1999
diff -u --recursive --new-file v2.3.99-pre6/linux/arch/ppc/xmon/Makefile linux/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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)