From 4ba910e268fce25c07c846b10d7cd586b8215769 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 29 Mar 2013 11:03:44 +0000 Subject: further ARM OMAP updates --- Makefile.config | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile.config') 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 > $@ -- cgit