Changed some source file paths for SRC_C to relative paths.

Added statements to validate GCCVERSION on Windows Command Prompt.
This commit is contained in:
kkitayam
2021-01-12 01:02:17 +09:00
parent 8fa083d79e
commit fc69dd70cf
14 changed files with 69 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ SRC_C += \
$(MCU_DIR)/drivers/fsl_reset.c \
$(MCU_DIR)/drivers/fsl_usart.c \
$(MCU_DIR)/drivers/fsl_flexcomm.c \
$(TOP)/lib/sct_neopixel/sct_neopixel.c
lib/sct_neopixel/sct_neopixel.c
INC += \
$(TOP)/hw/bsp/ \