summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2013-01-05 20:39:44 +0000
committerPeter Robinson <pbrobinson@gmail.com>2013-01-05 20:39:44 +0000
commit14f894d108cf360b6a72f6291084e7bf8e77cef2 (patch)
treec109b0aa39152c7d8058ddc93a46a6411e7c49fb /Makefile.config
parentf82b10781df75202d8783d2d6b937920f07af972 (diff)
downloadkernel-14f894d108cf360b6a72f6291084e7bf8e77cef2.tar.gz
kernel-14f894d108cf360b6a72f6291084e7bf8e77cef2.tar.xz
kernel-14f894d108cf360b6a72f6291084e7bf8e77cef2.zip
Initial update of ARM configs for 3.8, Enable DRM driver for tegra, Drop separate imx kernel. Will be reintroduced soon in unified
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.config b/Makefile.config
index f95559d8..777b3028 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -11,7 +11,6 @@ CONFIGFILES = \
$(CFG)-s390x.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)-ppc.config $(CFG)-ppc-smp.config \
@@ -51,9 +50,6 @@ temp-armv7l-tegra: config-arm-tegra temp-arm-generic
temp-armv5tel-kirkwood: config-arm-kirkwood temp-arm-generic
perl merge.pl $^ > $@
-temp-armv7l-imx: config-arm-imx temp-arm-generic
- perl merge.pl $^ > $@
-
temp-x86-32: config-x86-32-generic config-x86-generic
perl merge.pl $^ > $@
@@ -129,9 +125,6 @@ kernel-$(VERSION)-armv5tel-kirkwood.config: /dev/null temp-armv5tel-kirkwood
kernel-$(VERSION)-armv7l.config: /dev/null temp-armv7
perl merge.pl $^ arm > $@
-kernel-$(VERSION)-armv7l-imx.config: /dev/null temp-armv7l-imx
- perl merge.pl $^ arm > $@
-
kernel-$(VERSION)-armv7l-omap.config: /dev/null temp-armv7l-omap
perl merge.pl $^ arm > $@
@@ -141,9 +134,6 @@ kernel-$(VERSION)-armv7l-tegra.config: /dev/null temp-armv7l-tegra
kernel-$(VERSION)-armv7hl.config: /dev/null temp-armv7
perl merge.pl $^ arm > $@
-kernel-$(VERSION)-armv7hl-imx.config: /dev/null temp-armv7l-imx
- perl merge.pl $^ arm > $@
-
kernel-$(VERSION)-armv7hl-omap.config: /dev/null temp-armv7l-omap
perl merge.pl $^ arm > $@