]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commit
Remove reference to non-existing exportsyms.uk file .
authorFelipe Huici <felipe.huici@neclab.eu>
Tue, 14 Apr 2020 15:17:49 +0000 (17:17 +0200)
committerFelipe Huici <felipe.huici@neclab.eu>
Tue, 14 Apr 2020 18:35:07 +0000 (20:35 +0200)
commit821c3b2e16c61f486d2452e979125cf023a96656
treeab15446e4f87fee395fc8dc19e5a553ad9bc4aa6
parent654ab66c5fc0d21172d6c6093ccbbc48557e922e
Remove reference to non-existing exportsyms.uk file .

This library used to have an exportsyms.uk file, but no longer
does. When it was removed, the reference to it in Makefile.uk was not
removed, leaving a dangling reference to a non-existing file. The
recent Unikraft build system series turned this into a build error, so
this patch fixes that by removing the line.

Signed-off-by: Felipe Huici <felipe.huici@neclab.eu>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Makefile.uk