From e8d576e5d4afa13c6170fb1b41ae71ead3501509 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 10 Aug 2011 14:50:02 -0500 Subject: [PATCH] only build kernel headers on the base arm arches --- kernel.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kernel.spec b/kernel.spec index f08ed3549..88ad6b2f9 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