src/dpdk: Rebind DPDK ports to the original driver
[vswitchperf.git] / src / Makefile
index 3b7104a..0b62da3 100644 (file)
 
 include mk/master.mk
 
+export VHOST_USER
+
 # specify upstream package as SUBDIRS - common terms as suggest by gnu-make
 SUBDIRS =
 SUBDIRS += l2fwd
+ifeq ($(WITH_LINUX),)
 SUBDIRS += dpdk
+endif
 SUBDIRS += ovs
+SUBDIRS += qemu
 
+ifeq ($(WITH_LINUX),)
 # specify package dependency here if needed
 ovs: dpdk
+endif
 
 include mk/make-subsys.mk