X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_timer%2FMakefile;h=03a15390e64366e3c688f2a1994936a2e1180ae9;hb=ca33faf9ef10;hp=2aabef852f274875e3b009e906e13725692865a0;hpb=133b75923b17ca7140a958651aff40e53d1e8e83;p=dpdk.git diff --git a/lib/librte_timer/Makefile b/lib/librte_timer/Makefile index 2aabef852f..03a15390e6 100644 --- a/lib/librte_timer/Makefile +++ b/lib/librte_timer/Makefile @@ -46,7 +46,4 @@ SRCS-$(CONFIG_RTE_LIBRTE_TIMER) := rte_timer.c # install this header file SYMLINK-$(CONFIG_RTE_LIBRTE_TIMER)-include := rte_timer.h -# this lib needs eal -DEPDIRS-$(CONFIG_RTE_LIBRTE_TIMER) += lib/librte_eal - include $(RTE_SDK)/mk/rte.lib.mk