patch-2.1.129 linux/arch/ppc/chrpboot/Makefile
Next file: linux/arch/ppc/coffboot/Makefile
Previous file: linux/arch/ppc/boot/Makefile
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Sun Nov 15 10:51:42 1998
-  Orig file: 
v2.1.128/linux/arch/ppc/chrpboot/Makefile
-  Orig date: 
Mon Oct  5 13:13:36 1998
diff -u --recursive --new-file v2.1.128/linux/arch/ppc/chrpboot/Makefile linux/arch/ppc/chrpboot/Makefile
@@ -23,6 +23,10 @@
 OBJS = crt0.o start.o main.o misc.o ../coffboot/string.o ../coffboot/zlib.o image.o # initrd.o
 LIBS = $(TOPDIR)/lib/lib.a
 
+ifeq ($(CONFIG_ALL_PPC),y)
+# yes, we want to build chrp stuff
+CONFIG_CHRP = y
+endif
 
 all:	$(TOPDIR)/zImage
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov