diff options
Diffstat (limited to 'ports/stm32f4/makefile')
| -rw-r--r-- | ports/stm32f4/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ports/stm32f4/makefile b/ports/stm32f4/makefile index 5a32ead..c3701b9 100644 --- a/ports/stm32f4/makefile +++ b/ports/stm32f4/makefile @@ -31,11 +31,12 @@ lib/f4/stm32f4xx_hal_exti.c \ lib/f4/stm32f4xx_hal_tim.c \ lib/f4/stm32f4xx_hal_tim_ex.c \ lib/f4/stm32f4xx_hal_uart.c \ -src/stm32f4xx_it.c \ -src/stm32f4xx_hal_msp.c \ -src/system_stm32f4xx.c \ +ports/stm32f4/src/stm32f4xx_it.c \ +ports/stm32f4/src/stm32f4xx_hal_msp.c \ +ports/stm32f4/src/system_stm32f4xx.c \ C_INCLUDES += \ -Ilib/f4 \ -Ilib/f4/Legacy \ -Ilib/cmsis/f4 \ +-Iports/stm32f4/src |
