X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_net%2FMakefile;h=aa1d6fed5aa0fb69cc243a64875a0c4e48604b89;hb=341c894104983f5608671e8fb2be19ade03ed0e9;hp=62735a5f97ec1a50812b203ff8c8e04884833d78;hpb=01b3156d33e06f829d1b1ae8302d4a53266f2864;p=dpdk.git diff --git a/lib/librte_net/Makefile b/lib/librte_net/Makefile index 62735a5f97..aa1d6fed5a 100644 --- a/lib/librte_net/Makefile +++ b/lib/librte_net/Makefile @@ -5,13 +5,10 @@ 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 EXPORT_MAP := rte_net_version.map -LIBABIVER := 1 - SRCS-$(CONFIG_RTE_LIBRTE_NET) := rte_net.c SRCS-$(CONFIG_RTE_LIBRTE_NET) += rte_net_crc.c SRCS-$(CONFIG_RTE_LIBRTE_NET) += rte_ether.c @@ -22,5 +19,6 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include := rte_ip.h rte_tcp.h rte_udp.h rte_esp 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 include $(RTE_SDK)/mk/rte.lib.mk