mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Liba cleanup
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user