2016-11-02 18:55:39 +08:00
|
|
|
ifdef CONFIG_HAS_STM32CUBE
|
|
|
|
|
|
|
|
ifdef CONFIG_SOC_SERIES_STM32F1X
|
|
|
|
obj-y += stm32f1xx/drivers/src/stm32f1xx_hal.o
|
|
|
|
obj-y += stm32f1xx/soc/system_stm32f1xx.o
|
|
|
|
endif
|
|
|
|
|
2016-11-02 18:58:31 +08:00
|
|
|
ifdef CONFIG_SOC_SERIES_STM32F4X
|
|
|
|
obj-y += stm32f4xx/drivers/src/stm32f4xx_hal.o
|
|
|
|
obj-y += stm32f4xx/soc/system_stm32f4xx.o
|
|
|
|
endif
|
|
|
|
|
2016-11-02 18:55:39 +08:00
|
|
|
endif
|