X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2FMakefile;h=81f1d2f56529b3706424f6200f10ca5247cb122d;hb=caeec811da9fe4609f39ac86360e46e33da158d8;hp=8055297dbf736d8b86da0965ec8a2bdffb5d55c5;hpb=7107e471a6c75ccaaace0575a6dd7bb86e4ef4dc;p=dpdk.git diff --git a/examples/Makefile b/examples/Makefile index 8055297dbf..81f1d2f565 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -38,6 +38,7 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc include $(RTE_SDK)/mk/rte.vars.mk DIRS-y += cmdline +DIRS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += distributor ifneq ($(ICP_ROOT),) DIRS-y += dpdk_qat endif @@ -67,6 +68,6 @@ DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vhost DIRS-$(CONFIG_RTE_LIBRTE_XEN_DOM0) += vhost_xen DIRS-y += vmdq DIRS-y += vmdq_dcb -DIRS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += distributor +DIRS-y += vm_power_manager include $(RTE_SDK)/mk/rte.extsubdir.mk