summaryrefslogtreecommitdiff
path: root/Drivers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Drivers/Makefile')
-rw-r--r--Drivers/Makefile6
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)