Files
xiuos/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Makefile

12 lines
183 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
include $(KERNEL_ROOT)/compiler.mk