summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-16 23:21:15 +0700
committerhathach <[email protected]>2023-03-16 23:21:15 +0700
commite7d212f33760f13b0102a307569aac0ed8e14bd2 (patch)
treec84d7a7db611b6e1d3c2032537d79c7c88ca65df /hw
parentffdffc7e06080cfaf94b5c318053576d48cb604e (diff)
more fix
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/stm32u5/family.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32u5/family.mk b/hw/bsp/stm32u5/family.mk
index 23d7f4dda..e1c496dee 100644
--- a/hw/bsp/stm32u5/family.mk
+++ b/hw/bsp/stm32u5/family.mk
@@ -39,7 +39,7 @@ INC += \
$(TOP)/$(BOARD_PATH)
# For freeRTOS port source
-FREERTOS_PORTABLE_SRC = ARM_CM33_NTZ/non_secure
+FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM33_NTZ/non_secure
# flash target using on-board stlink
flash: flash-stlink