Liba cleanup

This commit is contained in:
Romain Goyet
2015-05-31 13:51:41 +02:00
parent 803ffda5bc
commit 872efea4d1
16 changed files with 38 additions and 27 deletions

View File

@@ -50,7 +50,6 @@ products := boot.elf boot.hex boot.bin
#objs += $(addprefix external/newlib/libc/, string/memset.o string/memcpy.o string/strlen.o)
lib/private/mem5.o: CFLAGS += -w
objs += lib/errno.o lib/private/mem5.o lib/cxx_new.o
objs += src/hello.o
@@ -58,6 +57,7 @@ objs += src/hello.o
default: clean boot.elf
include liba/Makefile
include libaxx/Makefile
include platform/Makefile
include kandinsky/Makefile
include poincare/Makefile