mbox series

[0/2] mk: fix build with shared library

Message ID 20190724202813.9743-1-stephen@networkplumber.org (mailing list archive)
Headers
Series mk: fix build with shared library |

Message

Stephen Hemminger July 24, 2019, 8:28 p.m. UTC
  If RTE_BUILD_SHARED_LIB is enabled, then there a couple
of places in the mk scripts where constructors are not called
but need to be.

Stephen Hemminger (2):
  mk: fix missing pci bus with shared library build
  mk: fix missing mempool driver registration

 mk/rte.app.mk | 9 +++++++++
 1 file changed, 9 insertions(+)