summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-12-11 18:54:51 +0000
committerPeter Robinson <pbrobinson@gmail.com>2012-12-11 18:54:51 +0000
commitd787679a77333360905d76b3c548f2fae82d4499 (patch)
tree437efa5373b4cce864843b4463c4c1c74b325739 /Makefile.config
parent2df5ebe9f2e5f7449060da6f19aab52c28379c72 (diff)
downloadkernel-d787679a77333360905d76b3c548f2fae82d4499.tar.gz
kernel-d787679a77333360905d76b3c548f2fae82d4499.tar.xz
kernel-d787679a77333360905d76b3c548f2fae82d4499.zip
Update ARM configs for latest 3.7, Drop highbank kernel build variant as its in unified kernel
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.config b/Makefile.config
index 06d14e07a..f95559d8b 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -9,13 +9,11 @@ CONFIGFILES = \
$(CFG)-i686-PAE.config $(CFG)-i686-PAEdebug.config \
$(CFG)-x86_64.config $(CFG)-x86_64-debug.config \
$(CFG)-s390x.config \
- $(CFG)-armv7.config \
$(CFG)-armv5tel-kirkwood.config \
$(CFG)-armv7l.config $(CFG)-armv7hl.config \
$(CFG)-armv7l-imx.config $(CFG)-armv7hl-imx.config \
$(CFG)-armv7l-omap.config $(CFG)-armv7hl-omap.config \
$(CFG)-armv7l-tegra.config $(CFG)-armv7hl-tegra.config \
- $(CFG)-armv7l-highbank.config $(CFG)-armv7hl-highbank.config \
$(CFG)-ppc.config $(CFG)-ppc-smp.config \
$(CFG)-sparc64.config \
$(CFG)-ppc64.config $(CFG)-ppc64p7.config $(CFG)-ppc64-debug.config
@@ -44,9 +42,6 @@ temp-armv7: config-armv7 temp-generic
temp-arm-generic: config-arm-generic temp-generic
perl merge.pl $^ > $@
-temp-armv7l-versatile: config-arm-versatile temp-arm-generic
- perl merge.pl $^ > $@
-
temp-armv7l-omap: config-arm-omap temp-arm-generic
perl merge.pl $^ > $@
@@ -59,9 +54,6 @@ temp-armv5tel-kirkwood: config-arm-kirkwood temp-arm-generic
temp-armv7l-imx: config-arm-imx temp-arm-generic
perl merge.pl $^ > $@
-temp-armv7l-highbank: config-arm-highbank temp-arm-generic
- perl merge.pl $^ > $@
-
temp-x86-32: config-x86-32-generic config-x86-generic
perl merge.pl $^ > $@
@@ -131,9 +123,6 @@ kernel-$(VERSION)-ppc64p7.config: config-powerpc64p7 temp-powerpc64-generic
kernel-$(VERSION)-s390x.config: config-s390x temp-s390-generic
perl merge.pl $^ s390 > $@
-kernel-$(VERSION)-armv7.config: /dev/null temp-armv7
- perl merge.pl $^ armv7 > $@
-
kernel-$(VERSION)-armv5tel-kirkwood.config: /dev/null temp-armv5tel-kirkwood
perl merge.pl $^ arm > $@
@@ -143,9 +132,6 @@ kernel-$(VERSION)-armv7l.config: /dev/null temp-armv7
kernel-$(VERSION)-armv7l-imx.config: /dev/null temp-armv7l-imx
perl merge.pl $^ arm > $@
-kernel-$(VERSION)-armv7l-highbank.config: /dev/null temp-armv7l-highbank
- perl merge.pl $^ arm > $@
-
kernel-$(VERSION)-armv7l-omap.config: /dev/null temp-armv7l-omap
perl merge.pl $^ arm > $@
@@ -158,9 +144,6 @@ kernel-$(VERSION)-armv7hl.config: /dev/null temp-armv7
kernel-$(VERSION)-armv7hl-imx.config: /dev/null temp-armv7l-imx
perl merge.pl $^ arm > $@
-kernel-$(VERSION)-armv7hl-highbank.config: /dev/null temp-armv7l-highbank
- perl merge.pl $^ arm > $@
-
kernel-$(VERSION)-armv7hl-omap.config: /dev/null temp-armv7l-omap
perl merge.pl $^ arm > $@