X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2FMakefile;h=28354ff8491fc6868d918707b868ccaeea837afc;hb=c28576fa9c58a9f59326760d28fd1ed66fab3463;hp=c0e9c3be621c1ffe19902b5c6fef387de530c5df;hpb=98a7ea332ba3da0f74ec951595d36a616165b255;p=dpdk.git diff --git a/examples/Makefile b/examples/Makefile index c0e9c3be62..28354ff849 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -88,7 +88,7 @@ ifeq ($(CONFIG_RTE_LIBRTE_HASH),y) DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += tep_termination endif DIRS-$(CONFIG_RTE_LIBRTE_TIMER) += timer -DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vhost +DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vhost vhost_scsi DIRS-$(CONFIG_RTE_LIBRTE_XEN_DOM0) += vhost_xen DIRS-y += vmdq DIRS-y += vmdq_dcb @@ -100,4 +100,6 @@ $(info vm_power_manager requires libvirt >= 0.9.3) endif endif +DIRS-y += eventdev_pipeline_sw_pmd + include $(RTE_SDK)/mk/rte.extsubdir.mk