mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
test: str_ut.c depends on CONFIG_STRTO
The string conversion functions are implemented in lib/strto.c which is only compiled if CONFIG_STRTO=y. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
9057a48af4
commit
d51f35a553
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ obj-y += lmb.o
|
|||
obj-$(CONFIG_HAVE_SETJMP) += longjmp.o
|
||||
obj-$(CONFIG_CONSOLE_RECORD) += test_print.o
|
||||
obj-$(CONFIG_SSCANF) += sscanf.o
|
||||
obj-$(CONFIG_$(XPL_)CMDLINE) += str.o
|
||||
obj-$(CONFIG_$(PHASE_)STRTO) += str.o
|
||||
obj-y += string.o
|
||||
obj-y += strlcat.o
|
||||
obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
|
||||
|
|
Loading…
Add table
Reference in a new issue