Files
xiuos/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Makefile
T
2021-12-20 16:44:03 +08:00

12 lines
184 B
Makefile

SRC_DIR := MIMXRT1052
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