diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2013-02-28 00:32:46 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2013-02-28 00:32:46 +0000 |
commit | a9221ac3f8a15e9f0c46cd450ba68c540104cd4a (patch) | |
tree | dbfa8f2284eb6e18b9ffcb34aeb160e5ca4f8ead /Makefile.config | |
parent | 951b84adc88a9555e423b57bbf1bdc777a191817 (diff) | |
download | kernel-a9221ac3f8a15e9f0c46cd450ba68c540104cd4a.tar.gz kernel-a9221ac3f8a15e9f0c46cd450ba68c540104cd4a.tar.xz kernel-a9221ac3f8a15e9f0c46cd450ba68c540104cd4a.zip |
- Drop ARM kirkwood kernel
- Enable SPI on ARM
- General 3.9 updates
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.config b/Makefile.config index 21c2a837b..78085481b 100644 --- a/Makefile.config +++ b/Makefile.config @@ -9,7 +9,6 @@ CONFIGFILES = \ $(CFG)-i686-PAE.config $(CFG)-i686-PAEdebug.config \ $(CFG)-x86_64.config $(CFG)-x86_64-debug.config \ $(CFG)-s390x.config \ - $(CFG)-armv5tel-kirkwood.config \ $(CFG)-armv7l.config $(CFG)-armv7hl.config \ $(CFG)-armv7l-omap.config $(CFG)-armv7hl-omap.config \ $(CFG)-armv7l-tegra.config $(CFG)-armv7hl-tegra.config \ @@ -46,9 +45,6 @@ temp-armv7l-omap: config-arm-omap temp-arm-generic temp-armv7l-tegra: config-arm-tegra temp-arm-generic perl merge.pl $^ > $@ -temp-armv5tel-kirkwood: config-arm-kirkwood temp-arm-generic - perl merge.pl $^ > $@ - temp-x86-32: config-x86-32-generic config-x86-generic perl merge.pl $^ > $@ @@ -112,9 +108,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)-armv5tel-kirkwood.config: /dev/null temp-armv5tel-kirkwood - perl merge.pl $^ arm > $@ - kernel-$(VERSION)-armv7l.config: /dev/null temp-armv7 perl merge.pl $^ arm > $@ |