libpayload: Add qsort()
[coreboot.git] / payloads / libpayload / libc / Makefile.inc
index e5c626fc117e3a278c0e92b1accd3221b054ffd8..0dab8c1abe12eb4e77d7f635db6b696d6fad5b79 100644 (file)
@@ -34,6 +34,7 @@ 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