Use EXTRAFLAGS instead of EXTRADEFINES

This commit is contained in:
David Sidrane
2020-06-22 11:46:59 -07:00
committed by Daniel Agar
parent b2a31e15da
commit fbf110f6be
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$(info px4_developer.mk inclded)
ifeq ($(UAVCAN_BL_OVERRIDE),y)
$(info ************************** UAVCAN BOOT LOADERS built for In place application Debugging ***************************************)
export EXTRADEFINES +=-DDEBUG_APPLICATION_INPLACE
export EXTRAFLAGS +=-DDEBUG_APPLICATION_INPLACE
endif