X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2FMakefile;h=dc85cf360a4ac4bf1c6eddc2c1c9a0b79a001d45;hb=030df0102ce762360df343a63bbcfbbbc30872b1;hp=5e36c92500069de4c2495860bb36d60b3e1a8fc5;hpb=b253525fe2d2bfa5430d1f7b7261d70eb6e4f5bb;p=dpdk.git diff --git a/examples/Makefile b/examples/Makefile index 5e36c92500..dc85cf360a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -33,7 +33,7 @@ $(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 @@ -43,14 +43,16 @@ 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) += ip_fragmentation DIRS-$(CONFIG_RTE_MBUF_SCATTER_GATHER) += 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