]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: allow specifying CFLAGS/LIBS externally
authorJohannes Berg <johannes.berg@intel.com>
Mon, 16 Nov 2020 09:43:12 +0000 (10:43 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 16 Apr 2021 09:31:41 +0000 (11:31 +0200)
commit1325244b77d56fd7a16d1e35fdae0efc151920b1
treea8157ccb40961f990f57177f2a253b39fd784cb4
parent8fab0c9ee9db217587a58efcc37421c86edcb638
iw: allow specifying CFLAGS/LIBS externally

If CFLAGS or LIBS are specified on the make command line,
then the += doesn't do anything. Add "override" directives
to still add the necessary libnl flags/libs.

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