summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-02-14 10:03:34 +0000
committerPeter Robinson <pbrobinson@gmail.com>2012-02-14 10:03:34 +0000
commit6299761995f3db088c53c5d72590ef80fe810c3e (patch)
treedd9ffcd9b0d920939857c0348a93e0eda9b3ad62
parent3b80d49b154475da4cbd5806aa94bf56447f6b59 (diff)
downloadkernel-6299761995f3db088c53c5d72590ef80fe810c3e.tar.gz
kernel-6299761995f3db088c53c5d72590ef80fe810c3e.tar.xz
kernel-6299761995f3db088c53c5d72590ef80fe810c3e.zip
Update ARM components in Makefile.config
-rw-r--r--Makefile.config9
-rw-r--r--kernel.spec3
2 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.config b/Makefile.config
index 97e4704a3..9f00c576b 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -10,10 +10,11 @@ CONFIGFILES = \
$(CFG)-x86_64.config $(CFG)-x86_64-debug.config \
$(CFG)-s390x.config \
$(CFG)-arm.config $(CFG)-armv5tel.config $(CFG)-armv7hl.config \
- $(CFG)-armv5tel-kirkwood.config $(CFG)-armv7l-imx.config \
- $(CFG)-armv7l-omap.config $(CFG)-armv7l-tegra.config \
- $(CFG)-armv7hl-imx.config $(CFG)-armv7hl-highbank.config \
- $(CFG)-armv7hl-omap.config $(CFG)-armv7hl-tegra.config \
+ $(CFG)-armv5tel-kirkwood.config \
+ $(CFG)-armv7l-imx.config $(CFG)-armv7l-omap.config \
+ $(CFG)-armv7l-tegra.config $(CFG)-armv7l-highbank.config \
+ $(CFG)-armv7hl-imx.config $(CFG)-armv7hl-omap.config \
+ $(CFG)-armv7hl-tegra.config $(CFG)-armv7hl-highbank.config \
$(CFG)-ppc.config $(CFG)-ppc-smp.config \
$(CFG)-sparc64.config \
$(CFG)-ppc64.config $(CFG)-ppc64-debug.config
diff --git a/kernel.spec b/kernel.spec
index d082dd52c..1001e781e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2334,6 +2334,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Feb 14 2012 Peter Robinson <pbrobinson@fedoraproject.org>
+- Update ARM components in Makefile.config
+
* Mon Feb 13 2012 Josh Boyer <jwboyer@redhat.com>
- Apply patch to fix autofs4 lockdep splat (rhbz 714828)