commit | 8983541c50d2d9a99169b2dc6b5688601ba72eb2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Aug 21 03:56:17 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 27 11:26:58 2020 -0400 |
tree | 23c758ca6c19e3d7897614fe0d2c08f1ac69258f | |
parent | 46b3e0b522db6d93c235cab624c6f3e15865bc06 [diff] |
test: undefined reference to 'sscanf' Compiling with CONFIG_UNIT_TEST=y leads to: aarch64-linux-gnu-ld.bfd: test/lib/sscanf.c:50: undefined reference to `sscanf' Add missing build dependency. Fixes:e87dfb0526be ("lib: sscanf: add sscanf implementation") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>