mirror of
https://abf.rosa.ru/djam/kernel-6.6.git
synced 2025-02-25 20:02:47 +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
|
%endif
|
||||||
|
|
||||||
# build perf and cpupower tools
|
# build perf and cpupower tools
|
||||||
|
%ifarch %{ix86} %{x86_64}
|
||||||
%define build_perf 1
|
%define build_perf 1
|
||||||
%define build_cpupower 1
|
%define build_cpupower 1
|
||||||
|
%else
|
||||||
|
%define build_perf 0
|
||||||
|
%define build_cpupower 0
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
# compress modules with xz
|
# compress modules with xz
|
||||||
%define build_modxz 1
|
%define build_modxz 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue