Files
xiuos/Ubiquitous/XiUOS/framework/connection/Makefile
2021-06-03 17:38:11 +08:00

6 lines
100 B
Makefile

ifeq ($(CONFIG_CONNECTION_ADAPTER), y)
SRC_DIR += Adapter
endif
include $(KERNEL_ROOT)/compiler.mk