From e87dfb0526be231de89b299531a0e637d343fccd Mon Sep 17 00:00:00 2001 From: Andrii Anisov Date: Thu, 6 Aug 2020 12:42:52 +0300 Subject: lib: sscanf: add sscanf implementation Port sscanf implementation from mini-os and introduce new Kconfig option to enable it: CONFIG_SSCANF. Disable by default. Signed-off-by: Andrii Anisov Signed-off-by: Anastasiia Lukianenko Signed-off-by: Oleksandr Andrushchenko --- test/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib/Makefile') diff --git a/test/lib/Makefile b/test/lib/Makefile index 6ccc2c41bc3..b6a0a208c5e 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -6,6 +6,7 @@ obj-y += cmd_ut_lib.o obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o obj-y += hexdump.o obj-y += lmb.o +obj-y += sscanf.o obj-y += string.o obj-$(CONFIG_ERRNO_STR) += test_errno_str.o obj-$(CONFIG_UT_LIB_ASN1) += asn1.o -- cgit v1.3.1