]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: allow extra cflags
authorJohannes Berg <johannes.berg@intel.com>
Fri, 1 Sep 2023 05:50:02 +0000 (07:50 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 21 Dec 2023 09:29:44 +0000 (10:29 +0100)
commit44686ac3e7b536e905c3749814e4eb0e7e210440
treedbf6e04d38c4f630d88fcf2b33b04ad00916a36c
parente2224c729840cc33c6ea89ba5e91b69f79c88e85
iw: allow extra cflags

We can override the entirety of CFLAGS from the make
command line, but not add e.g. -Werror. Append a new
EXTRA_CFLAGS to make that possible.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Makefile