nxp_fmurt1062-v1:PROBES:carry includes and path needed

This commit is contained in:
David Sidrane
2019-12-24 04:18:29 -08:00
committed by Daniel Agar
parent 37995793f4
commit eb30041958
2 changed files with 8 additions and 0 deletions

View File

@@ -64,6 +64,11 @@ ifeq ($(WINTOOL),y)
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
endif
ifeq ($(CONFIG_BOARD_USE_PROBES),y)
ARCHINCLUDES += -I$(TOPDIR)/arch/$(CONFIG_ARCH)/src/$(CONFIG_ARCH_CHIP)
ARCHXXINCLUDES += -I$(TOPDIR)/arch/$(CONFIG_ARCH)/src/$(CONFIG_ARCH_CHIP)
endif
FLAGS = -Os -g2 \
-fdata-sections \
-ffunction-sections \