[kernel/f16] only build kernel headers on the base arm arches

Dennis Gilmore ausil at fedoraproject.org
Tue Aug 16 18:06:59 UTC 2011


commit e8d576e5d4afa13c6170fb1b41ae71ead3501509
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Aug 10 14:50:02 2011 -0500

    only build kernel headers on the base arm arches

 kernel.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index f08ed35..88ad6b2 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -396,6 +396,11 @@ Summary: The Linux kernel
 %define make_target bzImage
 %define kernel_image arch/arm/boot/zImage
 %define with_up 0
+# we only build headers on the base arm arches
+# just like we used to only build them on i386 for x86
+%ifnarch armv5tel armv7hl
+%define with_headers 0
+%endif
 %define with_perf 0
 %endif
 


More information about the scm-commits mailing list