libpayload: Implement strlcpy
[coreboot.git] / payloads / libpayload / libc / Makefile.inc
index 4ec2a02c78b669416d2ed4095cd560bed33d7745..e5c626fc117e3a278c0e92b1accd3221b054ffd8 100644 (file)
@@ -33,6 +33,7 @@ libc-$(CONFIG_LIBC) += memory.c ctype.c ipchecksum.c lib.c
 libc-$(CONFIG_LIBC) += rand.c time.c exec.c
 libc-$(CONFIG_LIBC) += readline.c getopt_long.c sysinfo.c
 libc-$(CONFIG_LIBC) += args.c strings.c
+libc-$(CONFIG_LIBC) += strlcpy.c
 
 # should be moved to coreboot directory
 libc-$(CONFIG_LAR) += lar.c