Files
xiuos/Ubiquitous/XiZi_IIoT/board/ch569w/third_party_driver/Makefile
T
2025-04-07 18:18:51 +08:00

8 lines
117 B
Makefile

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