]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/Makefile
vhost: move fd copying into cuse subdirectory
[dpdk.git] / lib / librte_vhost / Makefile
index 49ae7aeb94ca6a38bdbf61913e6fa66a5d0f5d17..88d12955445f23a9adb3a42a35ff54c14da38940 100644 (file)
@@ -41,7 +41,7 @@ LIBABIVER := 1
 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -I vhost_cuse -O3 -D_FILE_OFFSET_BITS=64 -lfuse
 LDFLAGS += -lfuse
 # all source are stored in SRCS-y
-SRCS-$(CONFIG_RTE_LIBRTE_VHOST) := vhost_cuse/vhost-net-cdev.c virtio-net.c vhost_rxtx.c
+SRCS-$(CONFIG_RTE_LIBRTE_VHOST) := vhost_cuse/vhost-net-cdev.c vhost_cuse/eventfd_copy.c virtio-net.c vhost_rxtx.c
 
 # install includes
 SYMLINK-$(CONFIG_RTE_LIBRTE_VHOST)-include += rte_virtio_net.h