Files
xiuos/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Makefile
T
2022-01-17 15:05:42 +08:00

16 lines
242 B
Makefile

SRC_DIR := common gpio
ifeq ($(CONFIG_BSP_USING_LPUART),y)
SRC_DIR += uart
endif
ifeq ($(CONFIG_BSP_USING_LWIP),y)
SRC_DIR += ethernet
endif
ifeq ($(CONFIG_BSP_USING_SEMC),y)
SRC_DIR += semc
endif
include $(KERNEL_ROOT)/compiler.mk