Files
xiuos/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Makefile
T
2021-06-03 17:38:11 +08:00

8 lines
121 B
Makefile

SRC_DIR := MIMXRT1052
ifeq ($(CONFIG_BSP_USING_LPUART),y)
SRC_DIR += uart
endif
include $(KERNEL_ROOT)/compiler.mk