X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FMakefile;h=0b62da3ecb59fda4b85f54fa9204344caa273c6b;hb=refs%2Fchanges%2F04%2F1304%2F4;hp=3b7104ad5fe3ac5d81c5e53bc13d0ac338d0c1ce;hpb=fcc2e6c829f1ddbfc745addf4ac4b7ca84ba72db;p=vswitchperf.git diff --git a/src/Makefile b/src/Makefile index 3b7104ad..0b62da3e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,13 +21,20 @@ 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