Files
xiuos/Ubiquitous/XiZi/board/xidatong/third_party_driver/Makefile
T
2022-03-15 11:18:55 +08:00

16 lines
236 B
Makefile

SRC_DIR := common gpio
ifeq ($(CONFIG_BSP_USING_LPUART),y)
SRC_DIR += uart
endif
ifeq ($(CONFIG_BSP_USING_SDIO),y)
SRC_DIR += sdio
endif
ifeq ($(CONFIG_BSP_USING_USB),y)
SRC_DIR += usb
endif
include $(KERNEL_ROOT)/compiler.mk