Files
xiuos/framework/connection/Makefile
2021-04-28 17:49:18 +08:00

6 lines
100 B
Makefile

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