From 92be6ab41b66dbd012e0e59cceab13cf7e30842f 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 544d4bba8..a874c7b08 100644 --- a/kernel.spec +++ b/kernel.spec @@ -388,6 +388,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