Files
xiuos/Ubiquitous/XiZi_IIoT/board/ch569w/third_party_driver/Makefile
T
2025-08-08 19:08:45 +08:00

10 lines
133 B
Makefile

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