summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-02-06 22:22:38 +0000
committerPeter Robinson <pbrobinson@gmail.com>2012-02-06 22:22:38 +0000
commit551d759a1e821ce49c84afbd9b980a48a75a9129 (patch)
tree6f04b8740822347986f4725bc0fb47ce45aaaf82 /Makefile.config
parentb080939be74ae5270c78e011bd8d74968fe57a2a (diff)
downloadkernel-551d759a1e821ce49c84afbd9b980a48a75a9129.tar.gz
kernel-551d759a1e821ce49c84afbd9b980a48a75a9129.tar.xz
kernel-551d759a1e821ce49c84afbd9b980a48a75a9129.zip
Build an ARM hardfp base versatile/qemu kernel
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 331aa46b..97e4704a 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -9,7 +9,7 @@ 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)-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)-armv7hl-imx.config $(CFG)-armv7hl-highbank.config \
@@ -123,6 +123,9 @@ kernel-$(VERSION)-arm.config: /dev/null temp-arm-generic
kernel-$(VERSION)-armv5tel.config: /dev/null temp-arm-generic
perl merge.pl $^ arm > $@
+kernel-$(VERSION)-armv7hl.config: /dev/null temp-arm-generic
+ perl merge.pl $^ arm > $@
+
kernel-$(VERSION)-armv5tel-kirkwood.config: /dev/null temp-armv5tel-kirkwood
perl merge.pl $^ arm > $@