diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2015-09-02 16:35:31 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2015-09-02 16:35:31 +0200 |
commit | 3e4f402c0f93f76535511fa7b6ec12d060430f34 (patch) | |
tree | 724cce8f2835cdb94473aee00be11165a1494a96 /Drivers/Makefile | |
parent | 8dd5dd6b3992a6b6e72dc97bdf947c0746b6bf20 (diff) |
import CMSIS 1.3.2 (from STM32Cube FW_F4 V1.7.0)
Diffstat (limited to 'Drivers/Makefile')
-rw-r--r-- | Drivers/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Drivers/Makefile b/Drivers/Makefile index dc331fc..376eac0 100644 --- a/Drivers/Makefile +++ b/Drivers/Makefile @@ -41,7 +41,11 @@ SRCS = stm32f4xx_hal.c stm32f4xx_hal_msp_template.c \ stm32f4xx_hal_i2s_ex.c stm32f4xx_ll_fsmc.c \ stm32f4xx_hal_irda.c stm32f4xx_ll_sdmmc.c \ stm32f4xx_hal_iwdg.c stm32f4xx_ll_usb.c \ - stm32f4xx_hal_ltdc.c + stm32f4xx_hal_ltdc.c \ + stm32f4xx_hal_cec.c stm32f4xx_hal_dcmi_ex.c \ + stm32f4xx_hal_fmpi2c.c stm32f4xx_hal_fmpi2c_ex.c \ + stm32f4xx_hal_qspi.c stm32f4xx_hal_sai_ex.c \ + stm32f4xx_hal_spdifrx.c OBJS = $(SRCS:.c=.o) |