Files
xiuos/Ubiquitous/XiZi_IIoT/board/stm32f103-nano/third_party_driver/Makefile
T
2024-12-11 18:56:08 +08:00

10 lines
154 B
Makefile

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