]> git.corax.cc Git - corax/commitdiff
Include stdio.c in klibc compilation
authorMatthias Kruk <m@m10k.eu>
Tue, 31 Dec 2019 05:57:46 +0000 (14:57 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 31 Dec 2019 05:57:46 +0000 (14:57 +0900)
kernel/klibc/Makefile

index f2bb415e06df8172043109ee223ee23848cf1495..c18bc92b2a99fc7c917976dada5c2ab808dfc4f0 100644 (file)
@@ -1,5 +1,5 @@
 OUTPUT = klibc.a
-OBJECTS = string.o spinlock.o mutex.o posixcall.o coraxcall.o heap.o
+OBJECTS = string.o spinlock.o mutex.o posixcall.o coraxcall.o heap.o stdio.o
 PHONY = clean
 INCLUDES = -I../include -I../../include -I../..
 CFLAGS = -m32 -Wall -nostdlib -nodefaultlibs -nostartfiles -ffreestanding $(INCLUDES)