kbuild/ppc*: Remove obsolete _config support

From: Sam Ravnborg
Date: Wed Sep 10 2003 - 14:26:35 EST


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1272 -> 1.1273
# arch/ppc/Makefile 1.43 -> 1.44
# arch/ppc64/Makefile 1.32 -> 1.33
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/09/10 sam@xxxxxxxxxxxxxxxxx 1.1273
# kbuild/ppc*: Remove obsolete _config support
# --------------------------------------------
#
diff -Nru a/arch/ppc/Makefile b/arch/ppc/Makefile
--- a/arch/ppc/Makefile Wed Sep 10 21:15:51 2003
+++ b/arch/ppc/Makefile Wed Sep 10 21:15:51 2003
@@ -58,10 +58,6 @@
$(BOOT_TARGETS): vmlinux
$(Q)$(MAKE) $(build)=arch/ppc/boot $@

-%_config: arch/ppc/configs/%_defconfig
- rm -f .config arch/ppc/defconfig
- cp -f arch/ppc/configs/$(@:config=defconfig) .config
-
archclean:
$(Q)$(MAKE) $(clean)=arch/ppc/boot

diff -Nru a/arch/ppc64/Makefile b/arch/ppc64/Makefile
--- a/arch/ppc64/Makefile Wed Sep 10 21:15:51 2003
+++ b/arch/ppc64/Makefile Wed Sep 10 21:15:51 2003
@@ -41,10 +41,6 @@
$(boottarget-y): vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@

-%_config: arch/ppc64/configs/%_defconfig
- rm -f .config arch/ppc64/defconfig
- cp -f arch/ppc64/configs/$(@:config=defconfig) arch/ppc64/defconfig
-
bootimage-$(CONFIG_PPC_PSERIES) := zImage
bootimage-$(CONFIG_PPC_ISERIES) := vmlinux.sm
BOOTIMAGE := $(bootimage-y)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/