X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_net%2FMakefile;h=abd5c46a459fe04f4023a48b3fc22bbe01d35969;hb=ecaed092b677;hp=a6be7ae391a4242534064c8e87bce84f57834814;hpb=b25c2a8c692df133ef9817adae197e009fa5c021;p=dpdk.git diff --git a/lib/librte_net/Makefile b/lib/librte_net/Makefile index a6be7ae391..abd5c46a45 100644 --- a/lib/librte_net/Makefile +++ b/lib/librte_net/Makefile @@ -41,9 +41,8 @@ LIBABIVER := 1 SRCS-$(CONFIG_RTE_LIBRTE_NET) := rte_net.c # install includes -SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include := rte_ip.h rte_tcp.h rte_udp.h rte_sctp.h rte_icmp.h rte_arp.h rte_ether.h - -DEPDIRS-$(CONFIG_RTE_LIBRTE_NET) += lib/librte_eal lib/librte_mempool -DEPDIRS-$(CONFIG_RTE_LIBRTE_NET) += lib/librte_mbuf +SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include := rte_ip.h rte_tcp.h rte_udp.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 include $(RTE_SDK)/mk/rte.lib.mk