Files
xiuos/Ubiquitous/XiZi/board/imxrt1176-sbc/third_party_driver/Makefile
T
2022-08-19 16:17:19 +08:00

8 lines
115 B
Makefile

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