Re: [PATCH v2] tools cpupower bench: Override CFLAGS assignments
From: Shuah Khan
Date: Mon Nov 27 2023 - 17:19:58 EST
On 11/27/23 14:20, Stanley Chan wrote:
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.
Fixes: dbc4ca339c8d ("tools cpupower: Override CFLAGS assignments")
There is no need for this Fixes tag since this patch doesn't
fix the problem introduced by dbc4ca339c8d
This patch fixes the problem in bench/Makefile like dbc4ca339c8d
did in cpupower/Makefile.
In this case Fixes tag is incorrect. I removed the Fixes tag
and applied it to
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/log/?h=cpupower
thanks,
-- Shuah