Update Makefile

This commit is contained in:
Lyon 2021-11-13 10:00:26 +08:00 committed by GitHub
parent 51ea1f0874
commit 76c90609bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,18 +49,36 @@ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_adc.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_comp.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crc.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dac.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_i2c.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lptim.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lpuart.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_pwr.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rng.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rtc.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_spi.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_tim.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_ucpd.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c \
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c \
# ASM sources
ASM_SOURCES = \