]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/test/unit/lib/vhost/vhost.c/Makefile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / test / unit / lib / vhost / vhost.c / Makefile
index fd4f7b73e78c04edfc2754bc514cfd53f1e95abd..23438ec4d9458bdab69399c9d3535641b0fa3fc9 100644 (file)
@@ -35,7 +35,7 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
 include $(SPDK_ROOT_DIR)/mk/config.mk
 
 ifeq ($(CONFIG_VHOST_INTERNAL_LIB),y)
-CFLAGS += -I$(SPDK_ROOT_DIR)/lib/vhost/rte_vhost
+CFLAGS += -I$(SPDK_ROOT_DIR)/lib/rte_vhost
 endif
 
 CFLAGS += $(ENV_CFLAGS)