only build kernel headers on the base arm arches
This commit is contained in:
parent
986a9f3a2e
commit
94b00675ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user