X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2FMakefile;h=fa5a0859c341978f1284652f0797e6819d181190;hb=ac9491a96d86fc104a1d64a22387a56060077ac1;hp=095bad2b59c3644ed796ad0ced9f91afb7923c18;hpb=850f3733f84031e95087d65aa112ecdce2d0e0b8;p=dpdk.git diff --git a/examples/Makefile b/examples/Makefile index 095bad2b59..fa5a0859c3 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -37,6 +37,7 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc include $(RTE_SDK)/mk/rte.vars.mk +DIRS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += bond DIRS-y += cmdline DIRS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += distributor ifneq ($(ICP_ROOT),) @@ -46,8 +47,8 @@ DIRS-y += exception_path DIRS-y += helloworld DIRS-y += ip_pipeline DIRS-y += ip_reassembly -DIRS-$(CONFIG_RTE_MBUF_REFCNT) += ip_fragmentation -DIRS-$(CONFIG_RTE_MBUF_REFCNT) += ipv4_multicast +DIRS-$(CONFIG_RTE_IP_FRAG) += ip_fragmentation +DIRS-y += ipv4_multicast DIRS-$(CONFIG_RTE_LIBRTE_KNI) += kni DIRS-y += l2fwd DIRS-$(CONFIG_RTE_LIBRTE_IVSHMEM) += l2fwd-ivshmem