dpaa: enable dpaax library
authorShreyansh Jain <shreyansh.jain@nxp.com>
Mon, 15 Oct 2018 12:01:55 +0000 (17:31 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 16 Oct 2018 12:54:25 +0000 (14:54 +0200)
commit5a7dbb934d75395aa1a03dfd0ad2a66028a62c1b
tree04e9f9bbc7aed7ce719550340d2afe614b1b7dad
parent2f3d633aa593c89c86dfb0e7df75e49ee05ad808
dpaa: enable dpaax library

With this patch, dpaa bus and ethernet devices on this bus
would start using the physical-virtual library interfaces.

This patch impacts mempool/dpaa, event/dpaa and net/dpaa as
they are dependent on the bus/dpaa and thus impact linkage of
libraries.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
12 files changed:
drivers/bus/dpaa/Makefile
drivers/bus/dpaa/dpaa_bus.c
drivers/bus/dpaa/meson.build
drivers/bus/dpaa/rte_dpaa_bus.h
drivers/crypto/dpaa_sec/Makefile
drivers/crypto/dpaa_sec/dpaa_sec.c
drivers/event/dpaa/Makefile
drivers/mempool/dpaa/Makefile
drivers/mempool/dpaa/dpaa_mempool.c
drivers/mempool/dpaa/dpaa_mempool.h
drivers/net/dpaa/Makefile
mk/rte.app.mk