
13 Nov
2024
13 Nov
'24
10:06 p.m.
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 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile b/test/Makefile index 145c952d2c3..efd5ba7acfd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -21,7 +21,7 @@ ifneq ($(CONFIG_HUSH_PARSER),) obj-$(CONFIG_$(XPL_)CMDLINE) += hush/ endif obj-$(CONFIG_$(XPL_)CMDLINE) += print_ut.o -obj-$(CONFIG_$(XPL_)CMDLINE) += str_ut.o +obj-$(CONFIG_$(PHASE_)STRTO) += str_ut.o obj-$(CONFIG_UT_TIME) += time_ut.o obj-y += ut.o
--
2.45.2