aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2024-01-08 10:34:40 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2024-01-08 10:34:40 +1100
commitfa4be3e6f32138c8ac0c27ba15d7285ec3945645 (patch)
tree4178edc0ecfcccb481a51273e0494f81094c0c52
parent037e648e4e7e6ff03bc580d3bb9c570d389429c3 (diff)
parent997bbf2accf618b87d7cc47192796e5461ca87c4 (diff)
downloadlinux-next-fa4be3e6f32138c8ac0c27ba15d7285ec3945645.tar.gz
Merge branch 'cpupower' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git
-rw-r--r--tools/power/cpupower/bench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/bench/Makefile b/tools/power/cpupower/bench/Makefile
index d9d9923af85c2..a4b902f9e1c48 100644
--- a/tools/power/cpupower/bench/Makefile
+++ b/tools/power/cpupower/bench/Makefile
@@ -15,7 +15,7 @@ LIBS = -L../ -L$(OUTPUT) -lm -lcpupower
OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
endif
-CFLAGS += -D_GNU_SOURCE -I../lib -DDEFAULT_CONFIG_FILE=\"$(confdir)/cpufreq-bench.conf\"
+override CFLAGS += -D_GNU_SOURCE -I../lib -DDEFAULT_CONFIG_FILE=\"$(confdir)/cpufreq-bench.conf\"
$(OUTPUT)%.o : %.c
$(ECHO) " CC " $@