summaryrefslogtreecommitdiff
path: root/ports/stm/Makefile
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-03-28 18:30:46 -0400
committerLucian Copeland <hierophect@gmail.com>2020-03-28 18:30:46 -0400
commite2be0696865992cda67f5bdeba5aeb5b4c2fdcd4 (patch)
tree64547a2302df6d301ab0a5e85b461f9d8fe3f38e /ports/stm/Makefile
parent7995bcac4009d2b3e20f42a26de72d5411e7e462 (diff)
Support cached internal flash on the H743
Diffstat (limited to 'ports/stm/Makefile')
-rwxr-xr-xports/stm/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/stm/Makefile b/ports/stm/Makefile
index 2eedcca11..ef70cad81 100755
--- a/ports/stm/Makefile
+++ b/ports/stm/Makefile
@@ -187,10 +187,7 @@ SRC_STM32 = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES_LOWER)xx_,\
ll_rcc.c \
ll_utils.c \
ll_exti.c \
- )
-#removed:
-# hal_flash_ramfunc.c \
-# ll_fsmc.c \
+)
SRC_STM32 += system_stm32$(MCU_SERIES_LOWER)xx.c