Add initial support for some basic CMOS read/write functions and the
[coreboot.git] / payloads / libpayload / libc / Makefile.inc
index 2c1ef72564334dfe0ee8a81ed7e14b2dc9b6242d..ee64b6064409b4a6fedaed153f28305f041bb08e 100644 (file)
@@ -28,5 +28,4 @@
 ##
 
 TARGETS-y += libc/malloc.o libc/printf.o libc/console.o libc/string.o
-TARGETS-y += libc/memory.o libc/ctype.o
-TARGETS-y += libc/ipchecksum.o
+TARGETS-y += libc/memory.o libc/ctype.o libc/ipchecksum.o libc/lib.o