]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_efd/Makefile
mk: optimize directory dependencies
[dpdk.git] / lib / librte_efd / Makefile
index 8848c586236f7d38c5c6d4119d3d4a026f108f37..b9277bc5d79fb141d6df799de263b02cb7fad37b 100644 (file)
@@ -34,8 +34,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
 # library name
 LIB = librte_efd.a
 
-LDLIBS += -lm
-
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR)
 
@@ -49,9 +47,4 @@ SRCS-$(CONFIG_RTE_LIBRTE_EFD) := rte_efd.c
 # install this header file
 SYMLINK-$(CONFIG_RTE_LIBRTE_EFD)-include := rte_efd.h
 
-# this lib depends upon:
-DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_eal
-DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_ring
-DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_hash
-
 include $(RTE_SDK)/mk/rte.lib.mk