libpayload: Add liblzma, libcbfs
[coreboot.git] / payloads / libpayload / libc / Makefile.inc
index 4ec2a02c78b669416d2ed4095cd560bed33d7745..eef4f46a7e97920fa2f5cb0157162c57131001c3 100644 (file)
@@ -33,7 +33,8 @@ 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
+libc-$(CONFIG_LIBC) += qsort.c
 
 # should be moved to coreboot directory
 libc-$(CONFIG_LAR) += lar.c
-#libc-$(CONFIG_CBFS) += cbfs.c