mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
disable perf and cpupower for aarch64, its working but need to adjust makefiles
This commit is contained in:
parent
871d39fc8e
commit
ded0ab746e
1 changed files with 6 additions and 0 deletions
|
@ -155,8 +155,14 @@
|
|||
%endif
|
||||
|
||||
# build perf and cpupower tools
|
||||
%ifarch %{ix86} %{x86_64}
|
||||
%define build_perf 1
|
||||
%define build_cpupower 1
|
||||
%else
|
||||
%define build_perf 0
|
||||
%define build_cpupower 0
|
||||
%endif
|
||||
|
||||
|
||||
# compress modules with xz
|
||||
%define build_modxz 1
|
||||
|
|
Loading…
Add table
Reference in a new issue