X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2FMakefile;h=81f1d2f56529b3706424f6200f10ca5247cb122d;hb=efb25293859b380585c4ba9a5f9ff385a12b208f;hp=5e36c92500069de4c2495860bb36d60b3e1a8fc5;hpb=b253525fe2d2bfa5430d1f7b7261d70eb6e4f5bb;p=dpdk.git diff --git a/examples/Makefile b/examples/Makefile index 5e36c92500..81f1d2f565 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -33,24 +33,27 @@ $(error "Please define RTE_SDK environment variable") endif # Default target, can be overriden by command line or environment -RTE_TARGET ?= x86_64-default-linuxapp-gcc +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 DIRS-y += exception_path DIRS-y += helloworld +DIRS-y += ip_pipeline DIRS-y += ip_reassembly -DIRS-$(CONFIG_RTE_MBUF_SCATTER_GATHER) += ipv4_frag -DIRS-$(CONFIG_RTE_MBUF_SCATTER_GATHER) += ipv4_multicast +DIRS-$(CONFIG_RTE_MBUF_REFCNT) += ip_fragmentation +DIRS-$(CONFIG_RTE_MBUF_REFCNT) += ipv4_multicast DIRS-$(CONFIG_RTE_LIBRTE_KNI) += kni DIRS-y += l2fwd DIRS-$(CONFIG_RTE_LIBRTE_IVSHMEM) += l2fwd-ivshmem DIRS-y += l3fwd -DIRS-y += l3fwd-power +DIRS-$(CONFIG_RTE_LIBRTE_ACL) += l3fwd-acl +DIRS-$(CONFIG_RTE_LIBRTE_POWER) += l3fwd-power DIRS-y += l3fwd-vf DIRS-y += link_status_interrupt DIRS-y += load_balancer @@ -59,10 +62,12 @@ DIRS-y += netmap_compat/bridge DIRS-$(CONFIG_RTE_LIBRTE_METER) += qos_meter DIRS-$(CONFIG_RTE_LIBRTE_SCHED) += qos_sched DIRS-y += quota_watermark +DIRS-y += skeleton DIRS-y += timer -DIRS-y += vhost +DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vhost DIRS-$(CONFIG_RTE_LIBRTE_XEN_DOM0) += vhost_xen DIRS-y += vmdq DIRS-y += vmdq_dcb +DIRS-y += vm_power_manager include $(RTE_SDK)/mk/rte.extsubdir.mk