]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Fix linking order
authorJon Derrick <jonathan.derrick@intel.com>
Thu, 25 Aug 2016 15:19:13 +0000 (11:19 -0400)
committerKeith Busch <keith.busch@intel.com>
Thu, 25 Aug 2016 15:19:13 +0000 (11:19 -0400)
commit09ef228b4ff1f0f92b06dbc83e00e203ae4dd9f1
tree0da05aae41a55be3780633c08f03a9f1578eaece
parent8a962e50b490f00f5ac38e3af3eb4a7d3ac1b700
Fix linking order

Linking to libraries needs to be last to resolve all missing symbols at
the final stage rather than just linking to object being compiled.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Makefile