]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: don't use CFLAGS for environment text file
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 2 Aug 2024 13:50:23 +0000 (15:50 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 11 Aug 2024 05:54:58 +0000 (07:54 +0200)
commit2956a84ba70176333743773c9a2bf0353add65c9
treedc5c147ed0bccf1899b9d755c9ebaa405cc7689d
parent02214c8b9dd879ed31973e865a2968167a3a95f5
Makefile: don't use CFLAGS for environment text file

We use KCPPFLAGS to let the user set flags when invoking the C precompiler.
These should also be used when generating the environment text file.

Reported-by: Dave Jones <dave.jones@canonical.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile