]> git.baikalelectronics.ru Git - uboot.git/commit
test: undefined reference to 'sscanf'
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 21 Aug 2020 01:56:17 +0000 (03:56 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 27 Aug 2020 15:26:58 +0000 (11:26 -0400)
commita52033932d20dafc1c515ee036d0dd45c6282eb8
tree23c758ca6c19e3d7897614fe0d2c08f1ac69258f
parent9d24577969c6cf6078e7fe703b64961df88a2633
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:a64bb2bf97aa ("lib: sscanf: add sscanf implementation")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/lib/Makefile