mk: sort list of shared objects in linker script
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 12 Oct 2017 13:15:49 +0000 (14:15 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Oct 2017 20:31:33 +0000 (22:31 +0200)
commit6a57b47d8733cc3a812432530e3de45c146e7d29
treebfff691ba715f66af0b163a0a917b3c44fd94758
parentf37dfab21c988d2d0ecb3c82be4ba9738c7e51c7
mk: sort list of shared objects in linker script

The output of wildcard might not be stable and depend on the
filesystem and other factors.
This means the content libdpdk.so linker script might change between
builds from the same sources.
Run the list through sort to ensure reproducibility.

Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
mk/rte.combinedlib.mk