File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ BOOT0_OFFSET?=`cat include/target.h |grep WOLFBOOT_PARTITION_BOOT_ADDRESS | sed
88BOOT_IMG? =test-app/image.bin
99SIGN? =ED25519
1010TARGET? =stm32f4
11- KINETIS? =$(HOME ) /src/FRDM-K64F/devices/MK64F12
12- KINETIS_CMSIS? =$(KINETIS ) /../../CMSIS
11+ KINETIS? =$(HOME ) /src/FRDM-K64F
12+ KINETIS_DRIVERS? =$(KINETIS ) /devices/MK64F12
13+ KINETIS_CMSIS? =$(KINETIS ) /CMSIS
1314DEBUG? =0
1415VTOR? =1
1516SWAP? =1
@@ -77,8 +78,8 @@ CFLAGS+=-mthumb -Wall -Wextra -Wno-main -Wstack-usage=1024 -ffreestanding -Wno-u
7778 -DPLATFORM_$(TARGET )
7879
7980ifeq ($(TARGET ) ,kinetis)
80- CFLAGS+ = -I$(KINETIS ) /drivers -I$(KINETIS ) -DCPU_MK64FN1M0VLL12 -I$(KINETIS_CMSIS ) /Include -DDEBUG_CONSOLE_ASSERT_DISABLE=1
81- OBJS+ = $(KINETIS ) /drivers/fsl_clock.o $(KINETIS ) /drivers/fsl_ftfx_flash.o $(KINETIS ) /drivers/fsl_ftfx_cache.o $(KINETIS ) /drivers/fsl_ftfx_controller.o
81+ CFLAGS+ = -I$(KINETIS_DRIVERS ) /drivers -I$(KINETIS_DRIVERS ) -DCPU_MK64FN1M0VLL12 -I$(KINETIS_CMSIS ) /Include -DDEBUG_CONSOLE_ASSERT_DISABLE=1
82+ OBJS+ = $(KINETIS_DRIVERS ) /drivers/fsl_clock.o $(KINETIS_DRIVERS ) /drivers/fsl_ftfx_flash.o $(KINETIS_DRIVERS ) /drivers/fsl_ftfx_cache.o $(KINETIS_DRIVERS ) /drivers/fsl_ftfx_controller.o
8283endif
8384
8485ifeq ($(EXT_FLASH ) ,1)
You can’t perform that action at this time.
0 commit comments