diff options
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.config b/Makefile.config index 06d14e07..f95559d8 100644 --- a/Makefile.config +++ b/Makefile.config @@ -9,13 +9,11 @@ CONFIGFILES = \ $(CFG)-i686-PAE.config $(CFG)-i686-PAEdebug.config \ $(CFG)-x86_64.config $(CFG)-x86_64-debug.config \ $(CFG)-s390x.config \ - $(CFG)-armv7.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)-ppc64p7.config $(CFG)-ppc64-debug.config @@ -44,9 +42,6 @@ temp-armv7: config-armv7 temp-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 $^ > $@ @@ -59,9 +54,6 @@ temp-armv5tel-kirkwood: config-arm-kirkwood temp-arm-generic temp-armv7l-imx: config-arm-imx temp-arm-generic perl merge.pl $^ > $@ -temp-armv7l-highbank: config-arm-highbank temp-arm-generic - perl merge.pl $^ > $@ - temp-x86-32: config-x86-32-generic config-x86-generic perl merge.pl $^ > $@ @@ -131,9 +123,6 @@ kernel-$(VERSION)-ppc64p7.config: config-powerpc64p7 temp-powerpc64-generic kernel-$(VERSION)-s390x.config: config-s390x temp-s390-generic perl merge.pl $^ s390 > $@ -kernel-$(VERSION)-armv7.config: /dev/null temp-armv7 - perl merge.pl $^ armv7 > $@ - kernel-$(VERSION)-armv5tel-kirkwood.config: /dev/null temp-armv5tel-kirkwood perl merge.pl $^ arm > $@ @@ -143,9 +132,6 @@ kernel-$(VERSION)-armv7l.config: /dev/null temp-armv7 kernel-$(VERSION)-armv7l-imx.config: /dev/null temp-armv7l-imx perl merge.pl $^ arm > $@ -kernel-$(VERSION)-armv7l-highbank.config: /dev/null temp-armv7l-highbank - perl merge.pl $^ arm > $@ - kernel-$(VERSION)-armv7l-omap.config: /dev/null temp-armv7l-omap perl merge.pl $^ arm > $@ @@ -158,9 +144,6 @@ kernel-$(VERSION)-armv7hl.config: /dev/null temp-armv7 kernel-$(VERSION)-armv7hl-imx.config: /dev/null temp-armv7l-imx perl merge.pl $^ arm > $@ -kernel-$(VERSION)-armv7hl-highbank.config: /dev/null temp-armv7l-highbank - perl merge.pl $^ arm > $@ - kernel-$(VERSION)-armv7hl-omap.config: /dev/null temp-armv7l-omap perl merge.pl $^ arm > $@ |