patch-2.4.1 linux/arch/ppc/coffboot/Makefile
Next file: linux/arch/ppc/coffboot/coffmain.c
Previous file: linux/arch/ppc/chrpboot/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Jan 22 15:41:14 2001
- Orig file:
v2.4.0/linux/arch/ppc/coffboot/Makefile
- Orig date:
Sun Sep 17 09:48:06 2000
diff -u --recursive --new-file v2.4.0/linux/arch/ppc/coffboot/Makefile linux/arch/ppc/coffboot/Makefile
@@ -20,18 +20,13 @@
MSIZE=
endif
-ifeq ($(CONFIG_ALL_PPC),y)
-# yes, we want to build pmac stuff
-CONFIG_PMAC = y
-endif
-
ifeq ($(CONFIG_SMP),y)
TFTPIMAGE=/tftpboot/zImage.pmac.smp$(MSIZE)
else
TFTPIMAGE=/tftpboot/zImage.pmac$(MSIZE)
endif
-ifeq ($(CONFIG_PMAC),y)
+ifeq ($(CONFIG_ALL_PPC),y)
chrpmain.o: chrpmain.c
$(CC) $(CFLAGS) -DSYSMAP_OFFSET=0 -DSYSMAP_SIZE=0 -c chrpmain.c
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)