diff --git a/lib/Makefile b/lib/Makefile index 66a735933..9e33a891e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -34,9 +34,10 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/..) include $(SPDK_ROOT_DIR)/mk/spdk.common.mk -DIRS-y += bdev blob blobfs conf copy cunit event json jsonrpc \ +DIRS-y += bdev blob blobfs conf copy event json jsonrpc \ log lvol net rpc sock thread trace util nvme nvmf scsi ioat \ ut_mock iscsi +DIRS-$(CONFIG_TESTS) += cunit ifeq ($(OS),Linux) DIRS-y += nbd DIRS-$(CONFIG_VHOST) += vhost