X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_net%2FMakefile;h=9830e771b3b897cdc3dccf8840287080e3e529e8;hb=c43d7ceb99993e98ca6bc0248aa59dbd2a8fe940;hp=aabdf4879d049a56b9f73f843eb54e9fdcbc63f2;hpb=fbaf94388763eecf5ceecb691401b124970566a7;p=dpdk.git diff --git a/lib/librte_net/Makefile b/lib/librte_net/Makefile index aabdf4879d..9830e771b3 100644 --- a/lib/librte_net/Makefile +++ b/lib/librte_net/Makefile @@ -5,7 +5,6 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = librte_net.a -CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 LDLIBS += -lrte_mbuf -lrte_eal -lrte_mempool @@ -21,5 +20,6 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include += rte_sctp.h rte_icmp.h rte_arp.h SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include += rte_ether.h rte_gre.h rte_net.h SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include += rte_net_crc.h rte_mpls.h rte_higig.h SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include += rte_gtp.h rte_vxlan.h +SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include += rte_ecpri.h include $(RTE_SDK)/mk/rte.lib.mk