diff options
| author | Aditya Naik | 2020-06-10 15:19:22 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-10 15:19:22 -0400 |
| commit | c67e5c72e59dbe0688ff7c937696a221d0089d7a (patch) | |
| tree | 4bd0dbce1eee9fb4c11b2dec83dfb511b0f8c309 /ports/stm32f4/makefile | |
| parent | ab6f8af31993a882adeeaefb83f00f607c16d9ee (diff) | |
Moved all F4-specific files to the HAL port directory
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 |
