forked from pool/cpupower
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
|