update lpc mcu sdk path

This commit is contained in:
hathach
2021-04-28 18:30:19 +07:00
parent aaa8c9928c
commit af0db342df
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
UF2_FAMILY_ID = 0x4fb2d5bd
DEPS_SUBMODULES += hw/mcu/nxp
DEPS_SUBMODULES += hw/mcu/nxp/mcux-sdk
include $(TOP)/$(BOARD_PATH)/board.mk
@@ -17,7 +17,7 @@ CFLAGS += \
# mcu driver cause following warnings
CFLAGS += -Wno-error=unused-parameter -Wno-error=implicit-fallthrough=
MCU_DIR = hw/mcu/nxp/sdk/devices/$(MCU_VARIANT)
MCU_DIR = hw/mcu/nxp/mcux-sdk/devices/$(MCU_VARIANT)
# All source paths should be relative to the top level.
LD_FILE = $(MCU_DIR)/gcc/$(MCU_VARIANT)xxxxx_flexspi_nor.ld