]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/af_packet/Makefile
app/pdump: fix type casting of ring size
[dpdk.git] / drivers / net / af_packet / Makefile
index ce5d2390513f3ca20d543906f77507d34b9df9b0..c6de1c60772535b327e1fec7addd53d05f40e325 100644 (file)
@@ -50,12 +50,8 @@ CFLAGS += $(WERROR_FLAGS)
 #
 SRCS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += rte_eth_af_packet.c
 
-#
-# Export include files
-#
-SYMLINK-y-include += rte_eth_af_packet.h
-
 # this lib depends upon:
+DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += lib/librte_eal
 DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += lib/librte_mbuf
 DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += lib/librte_ether
 DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += lib/librte_kvargs