This commit is contained in:
Lok Tep 2016-06-22 11:17:33 +02:00
parent e45231ea13
commit e83f3cf18e

View File

@ -151,14 +151,6 @@ ifeq ($(CONFIG_STM32F7_SDMMC1),y)
CHIP_CSRCS += stm32_sdmmc.c
endif
ifeq ($(CONFIG_USBDEV),y)
CHIP_CSRCS += stm32_otgdev.c
endif
ifeq ($(CONFIG_USBHOST),y)
CHIP_CSRCS += stm32_otghost.c
endif
ifeq ($(CONFIG_STM32F7_TIM),y)
CHIP_CSRCS += stm32_tim.c
endif