forked from pool/cpupower
Thomas Renninger
540cbc1c56
- Update cpupower to latest kernel version (version name 4.15, but checked out against latest kernel tag 4.15-rc7. There will not be important changes any more, maybe a fix). - cpu online/offline fixes - This is the first cpupower package (with updated version) which includes x86_energy_perf_policy binary. This is important for later package dependencies, namely tuned. A cpupower_exclude_kernel_Makefile.patch OBS-URL: https://build.opensuse.org/request/show/563662 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=79
14 lines
504 B
Diff
14 lines
504 B
Diff
Index: cpupower-4.15/Makefile
|
|
===================================================================
|
|
--- cpupower-4.15.orig/Makefile 2018-01-11 16:49:23.619489210 +0100
|
|
+++ cpupower-4.15/Makefile 2018-01-11 16:50:32.263630773 +0100
|
|
@@ -30,8 +30,6 @@ OUTDIR := $(shell cd $(OUTPUT) && pwd)
|
|
$(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
|
endif
|
|
|
|
-include ../../scripts/Makefile.arch
|
|
-
|
|
# --- CONFIGURATION BEGIN ---
|
|
|
|
# Set the following to `true' to make a unstripped, unoptimized
|