tools cpupower bench: Override CFLAGS assignments
authorStanley Chan <schan@cloudflare.com>
Mon, 27 Nov 2023 21:20:48 +0000 (15:20 -0600)
committerShuah Khan <skhan@linuxfoundation.org>
Sun, 21 Jan 2024 23:57:51 +0000 (16:57 -0700)
commit0086ffec768bec6f5d61fc7e406af640eb912a24
treececa31e29acc960d6471fd52898295d8f909d6ac
parent6613476e225e090cc9aad49be7fa504e290dd33d
tools cpupower bench: Override CFLAGS assignments

Allow user to specify outside CFLAGS values as make argument

Corrects an issue where CFLAGS is passed as a make argument for
cpupower, but bench's makefile does not inherit and append to them.

Signed-off-by: Stanley Chan <schan@cloudflare.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/bench/Makefile