]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Fix passing CFLAGS on the make command line.
authorAndy Lutomirski <luto@kernel.org>
Mon, 15 Apr 2019 17:48:05 +0000 (10:48 -0700)
committerAndy Lutomirski <luto@kernel.org>
Mon, 15 Apr 2019 17:48:05 +0000 (10:48 -0700)
commit4573adbe32f8a83b957ff04368c916073052a0b4
treecaaeb92679681b61fb308815faee0e56a38219b6
parent87438229b1dbbbce599cf24a820665abc571a5dc
Fix passing CFLAGS on the make command line.

Commit 254bcd6b2343 ("Fix CFLAGS parameter") only fixed the problem
if the variable came from the environment, not if it came from the
command line.  Fix it using 'override'.  See the GNU Make manual,
section 6.7 ("Overriding variables") for details.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Makefile