diff options
author | Dennis Gilmore <dennis@ausil.us> | 2012-05-23 07:07:40 -0500 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2012-05-23 07:07:40 -0500 |
commit | 50c065d6a1c342bbbe1f6a658c14503f1cc2698a (patch) | |
tree | e35e843cab36b60105f27a47198dc3bd154cc585 /Makefile.config | |
parent | 08132645ed4b18472c3e80a7e7a81411180bbff0 (diff) | |
download | kernel-50c065d6a1c342bbbe1f6a658c14503f1cc2698a.tar.gz kernel-50c065d6a1c342bbbe1f6a658c14503f1cc2698a.tar.xz kernel-50c065d6a1c342bbbe1f6a658c14503f1cc2698a.zip |
add patch to fix ftbfs on tegra due to sdhci MODULE_DEVICE_TABLE mismatch
dont make a arm config file we do not use it anywhere
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.config b/Makefile.config index e6b4a5bc5..8c70dae32 100644 --- a/Makefile.config +++ b/Makefile.config @@ -9,7 +9,7 @@ CONFIGFILES = \ $(CFG)-i686-PAE.config $(CFG)-i686-PAEdebug.config \ $(CFG)-x86_64.config $(CFG)-x86_64-debug.config \ $(CFG)-s390x.config \ - $(CFG)-arm.config $(CFG)-armv5tel-kirkwood.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 \ @@ -121,9 +121,6 @@ kernel-$(VERSION)-ppc64-debug.config: config-powerpc64 temp-powerpc-debug-generi kernel-$(VERSION)-s390x.config: config-s390x temp-s390-generic perl merge.pl $^ s390 > $@ -kernel-$(VERSION)-arm.config: /dev/null temp-arm-generic - perl merge.pl $^ arm > $@ - kernel-$(VERSION)-armv5tel-kirkwood.config: /dev/null temp-armv5tel-kirkwood perl merge.pl $^ arm > $@ |