mk: do not generate LDLIBS from directory dependencies
[dpdk.git] / drivers / bus / dpaa / Makefile
index 5b76a4b..f672f54 100644 (file)
@@ -63,9 +63,16 @@ SRCS-$(CONFIG_RTE_LIBRTE_DPAA_BUS) += \
        base/fman/of.c \
        base/fman/netcfg_layer.c \
        base/qbman/process.c \
+       base/qbman/bman.c \
+       base/qbman/bman_driver.c \
+       base/qbman/qman.c \
+       base/qbman/qman_driver.c \
+       base/qbman/dpaa_alloc.c \
        base/qbman/dpaa_sys.c
 
 # Link Pthread
 LDLIBS += -lpthread
+LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
+LDLIBS += -lrte_ethdev
 
 include $(RTE_SDK)/mk/rte.lib.mk