Usermode/libc - Moved perror to errno.c and implimented it properly
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / Makefile
index f95e086..2c2e62d 100644 (file)
@@ -6,13 +6,13 @@
 CPPFLAGS += \r
 CFLAGS   += -Werror -Wextra\r
 ASFLAGS  +=\r
-LDFLAGS  += -soname libc.so -Map map.txt\r
+LDFLAGS  += -Map map.txt\r
 \r
 INCFILES := stdio.h stdlib.h\r
 \r
 OBJ  = stub.o heap.o stdlib.o env.o stdio.o string.o rand.o\r
-OBJ += perror.o scanf.o signals.o strtoi.o strtof.o\r
-OBJ += printf.o\r
+OBJ += scanf.o signals.o strtoi.o strtof.o\r
+OBJ += printf.o time.o errno.o\r
 OBJ += arch/$(ARCHDIR).ao\r
 # signals.o\r
 DEPFILES := $(OBJ:%.o=%.d)\r

UCC git Repository :: git.ucc.asn.au