summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-05-09 00:06:18 +0100
committerPeter Robinson <pbrobinson@gmail.com>2012-05-09 00:06:18 +0100
commitd07b00d49d07ab014e3f0f3345194891c4da9607 (patch)
treeaa5f6f8955cf6ccc85bc6f2756f5232f2e5e9c4f /Makefile.config
parent61df2fb662a3d49708326ffe41472b3e09b6ddc0 (diff)
downloadkernel-d07b00d49d07ab014e3f0f3345194891c4da9607.tar.gz
kernel-d07b00d49d07ab014e3f0f3345194891c4da9607.tar.xz
kernel-d07b00d49d07ab014e3f0f3345194891c4da9607.zip
Restructure ARM configs to minimise duplication and pull all generic options
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config25
1 files changed, 14 insertions, 11 deletions
diff --git a/Makefile.config b/Makefile.config
index c92d986f..e6b4a5bc 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -9,12 +9,12 @@ CONFIGFILES = \
$(CFG)-i686-PAE.config $(CFG)-i686-PAEdebug.config \
$(CFG)-x86_64.config $(CFG)-x86_64-debug.config \
$(CFG)-s390x.config \
- $(CFG)-arm.config $(CFG)-armv5tel.config $(CFG)-armv7hl.config \
- $(CFG)-armv5tel-kirkwood.config \
- $(CFG)-armv7l-imx.config $(CFG)-armv7l-omap.config \
- $(CFG)-armv7l-tegra.config $(CFG)-armv7l-highbank.config \
- $(CFG)-armv7hl-imx.config $(CFG)-armv7hl-omap.config \
- $(CFG)-armv7hl-tegra.config $(CFG)-armv7hl-highbank.config \
+ $(CFG)-arm.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)-ppc64-debug.config
@@ -40,6 +40,9 @@ temp-debug-generic: config-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 $^ > $@
@@ -121,13 +124,10 @@ kernel-$(VERSION)-s390x.config: config-s390x temp-s390-generic
kernel-$(VERSION)-arm.config: /dev/null temp-arm-generic
perl merge.pl $^ arm > $@
-kernel-$(VERSION)-armv5tel.config: /dev/null temp-arm-generic
- perl merge.pl $^ arm > $@
-
-kernel-$(VERSION)-armv7hl.config: /dev/null temp-arm-generic
+kernel-$(VERSION)-armv5tel-kirkwood.config: /dev/null temp-armv5tel-kirkwood
perl merge.pl $^ arm > $@
-kernel-$(VERSION)-armv5tel-kirkwood.config: /dev/null temp-armv5tel-kirkwood
+kernel-$(VERSION)-armv7l.config: /dev/null temp-armv7l-versatile
perl merge.pl $^ arm > $@
kernel-$(VERSION)-armv7l-imx.config: /dev/null temp-armv7l-imx
@@ -142,6 +142,9 @@ kernel-$(VERSION)-armv7l-omap.config: /dev/null temp-armv7l-omap
kernel-$(VERSION)-armv7l-tegra.config: /dev/null temp-armv7l-tegra
perl merge.pl $^ arm > $@
+kernel-$(VERSION)-armv7hl.config: /dev/null temp-armv7l-versatile
+ perl merge.pl $^ arm > $@
+
kernel-$(VERSION)-armv7hl-imx.config: /dev/null temp-armv7l-imx
perl merge.pl $^ arm > $@