X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_kni%2FMakefile;h=70f1ca8f6ea3f637b31ce9afeb9ae32e7fe5103a;hb=0d01bbeebf886959ad2151c8605548c82d4fb5c7;hp=0947446138404debf811a2047b3e6cbbdee9187c;hpb=f8e9cbe2aa8258be201be58f1b2ba382b928b1ad;p=dpdk.git diff --git a/lib/librte_kni/Makefile b/lib/librte_kni/Makefile index 0947446138..70f1ca8f6e 100644 --- a/lib/librte_kni/Makefile +++ b/lib/librte_kni/Makefile @@ -46,9 +46,4 @@ SRCS-$(CONFIG_RTE_LIBRTE_KNI) := rte_kni.c # install includes SYMLINK-$(CONFIG_RTE_LIBRTE_KNI)-include := rte_kni.h -DEPDIRS-$(CONFIG_RTE_LIBRTE_KNI) += lib/librte_eal -DEPDIRS-$(CONFIG_RTE_LIBRTE_KNI) += lib/librte_mbuf -DEPDIRS-$(CONFIG_RTE_LIBRTE_KNI) += lib/librte_mempool -DEPDIRS-$(CONFIG_RTE_LIBRTE_KNI) += lib/librte_ether - include $(RTE_SDK)/mk/rte.lib.mk