Split CPPFLAGS and CFLAGS more carefully

This has no change to the build, but makes it easier to try
other build tools that only want CPPFLAGS
This commit is contained in:
Matt Johnston
2022-03-22 16:17:05 +08:00
parent 8d11116dcb
commit f030618543
3 changed files with 11 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ srcdir=@srcdir@
# So that libtommath can include Dropbear headers for options and m_burn()
CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../
CFLAGS += -Wno-deprecated
CFLAGS += $(CPPFLAGS)
V = 1