diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2013-03-29 11:03:44 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2013-03-29 11:03:44 +0000 |
commit | 4ba910e268fce25c07c846b10d7cd586b8215769 (patch) | |
tree | af3fcdc64014d03930a628d90a005c0bd5156b8a /Makefile.config | |
parent | 63cb38bed692a52a79e33f41bfe42c277e578712 (diff) | |
download | kernel-4ba910e268fce25c07c846b10d7cd586b8215769.tar.gz kernel-4ba910e268fce25c07c846b10d7cd586b8215769.tar.xz kernel-4ba910e268fce25c07c846b10d7cd586b8215769.zip |
further ARM OMAP updates
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.config b/Makefile.config index 140172d6c..5a15ee6bd 100644 --- a/Makefile.config +++ b/Makefile.config @@ -10,7 +10,7 @@ CONFIGFILES = \ $(CFG)-x86_64.config $(CFG)-x86_64-debug.config \ $(CFG)-s390x.config \ $(CFG)-armv7hl.config $(CFG)-armv7hl-lpae.config\ - $(CFG)-armv7hl-omap.config $(CFG)-armv7hl-tegra.config \ + $(CFG)-armv7hl-tegra.config \ $(CFG)-ppc.config $(CFG)-ppc-smp.config \ $(CFG)-ppc64.config $(CFG)-ppc64p7.config $(CFG)-ppc64-debug.config @@ -44,9 +44,6 @@ temp-armv7-lpae: config-armv7-lpae temp-armv7-generic temp-arm-generic: config-arm-generic temp-generic perl merge.pl $^ > $@ -temp-armv7l-omap: config-arm-omap temp-arm-generic - perl merge.pl $^ > $@ - temp-armv7l-tegra: config-arm-tegra temp-arm-generic perl merge.pl $^ > $@ @@ -119,9 +116,6 @@ kernel-$(VERSION)-armv7hl.config: /dev/null temp-armv7 kernel-$(VERSION)-armv7hl-lpae.config: /dev/null temp-armv7-lpae perl merge.pl $^ arm > $@ -kernel-$(VERSION)-armv7hl-omap.config: /dev/null temp-armv7l-omap - perl merge.pl $^ arm > $@ - kernel-$(VERSION)-armv7hl-tegra.config: /dev/null temp-armv7l-tegra perl merge.pl $^ arm > $@ |