summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2013-05-03 11:21:48 +0100
committerPeter Robinson <pbrobinson@gmail.com>2013-05-03 11:21:48 +0100
commit566e158188b14fa483a8a8155e1a5a7ba3500e12 (patch)
treedaf8cbf881559455c0b96c09dbe081ec2b166c7d /Makefile.config
parent9c6ca1788c0fe07eea0cc9072f7eadfc85c89a3f (diff)
downloadkernel-566e158188b14fa483a8a8155e1a5a7ba3500e12.tar.gz
kernel-566e158188b14fa483a8a8155e1a5a7ba3500e12.tar.xz
kernel-566e158188b14fa483a8a8155e1a5a7ba3500e12.zip
ARM 3.10 merge and general cleanup, Drop dedicated tegra kernel as now Multiplatform enabled, Enable Tegra and UX500 (Snowball) in Multiplatform
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.config b/Makefile.config
index 69b12baa..2d412c4a 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -10,7 +10,6 @@ CONFIGFILES = \
$(CFG)-x86_64.config $(CFG)-x86_64-debug.config \
$(CFG)-s390x.config \
$(CFG)-armv7hl.config $(CFG)-armv7hl-lpae.config\
- $(CFG)-armv7hl-tegra.config \
$(CFG)-ppc.config $(CFG)-ppc-smp.config \
$(CFG)-ppc64.config $(CFG)-ppc64p7.config $(CFG)-ppc64-debug.config
@@ -41,9 +40,6 @@ temp-armv7: config-armv7 temp-armv7-generic
temp-armv7-lpae: config-armv7-lpae temp-armv7-generic
perl merge.pl $^ > $@
-temp-armv7-tegra: config-armv7-tegra temp-armv7-generic
- perl merge.pl $^ > $@
-
temp-x86-32: config-x86-32-generic config-x86-generic
perl merge.pl $^ > $@
@@ -113,9 +109,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-tegra.config: /dev/null temp-armv7-tegra
- perl merge.pl $^ arm > $@
-
kernel-$(VERSION)-ppc.config: /dev/null temp-powerpc32-generic
perl merge.pl $^ powerpc > $@