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