Skip to content
Snippets Groups Projects
Commit 7d61446a authored by Craig Duffy's avatar Craig Duffy
Browse files

Update Makefile

parent f2c6fbab
Branches main
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ OBJCOPY=$(TOOLROOT)/arm-none-eabi-objcopy ...@@ -34,7 +34,7 @@ OBJCOPY=$(TOOLROOT)/arm-none-eabi-objcopy
# Code paths # Code paths
APP_CODE=$(APP)/Src APP_CODE=$(APP)/Src
# Search path for perpheral library # Search path for peripheral library
VPATH=$(HAL)/Src:$(BSP_BL-L475):$(APP_CODE) VPATH=$(HAL)/Src:$(BSP_BL-L475):$(APP_CODE)
...@@ -44,7 +44,7 @@ vpath %.c $(HAL)/Src ...@@ -44,7 +44,7 @@ vpath %.c $(HAL)/Src
vpath %.c $(BSP_BL-L475) vpath %.c $(BSP_BL-L475)
# Processor specific # Processor and board specific settings
PTYPE = STM32L475xx PTYPE = STM32L475xx
LDSCRIPT = STM32L475VGTx_FLASH.ld LDSCRIPT = STM32L475VGTx_FLASH.ld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment