Files
xiuos/Ubiquitous/XiZi_IIoT/board/stm32l476rgt6/third_party_driver/Makefile
T

16 lines
230 B
Makefile

SRC_DIR := libraries
ifeq ($(CONFIG_BSP_USING_UART),y)
SRC_DIR += uart
endif
ifeq ($(CONFIG_BSP_USING_SPI),y)
SRC_DIR += spi
endif
ifeq ($(CONFIG_BSP_USING_USB),y)
SRC_DIR += usb
endif
include $(KERNEL_ROOT)/compiler.mk