From c67e5c72e59dbe0688ff7c937696a221d0089d7a Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Wed, 10 Jun 2020 15:19:22 -0400 Subject: Moved all F4-specific files to the HAL port directory --- ports/stm32f4/makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ports/stm32f4/makefile') 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 -- cgit v1.2.3