summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config8
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 > $@