only build kernel headers on the base arm arches

This commit is contained in:
Dennis Gilmore 2011-08-10 14:50:02 -05:00
parent 986a9f3a2e
commit 94b00675ee
1 changed files with 5 additions and 0 deletions

View File

@ -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