X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_net%2FMakefile;h=aabdf4879d049a56b9f73f843eb54e9fdcbc63f2;hb=b80924d677c77ec023a0585c27004ba250045d11;hp=85e403f417c297f2e30577426c75f2fc6a7a9ead;hpb=8f0e4d6a78a52e929aa4852bf94601ce7dc2199f;p=dpdk.git diff --git a/lib/librte_net/Makefile b/lib/librte_net/Makefile index 85e403f417..aabdf4879d 100644 --- a/lib/librte_net/Makefile +++ b/lib/librte_net/Makefile @@ -10,16 +10,16 @@ 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 SRCS-$(CONFIG_RTE_LIBRTE_NET) += rte_arp.c # install includes SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include := rte_ip.h rte_tcp.h rte_udp.h rte_esp.h 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 +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