Merge all libs into libu
This commit is contained in:
@@ -2,8 +2,8 @@ cc := clang
|
||||
ld := ld.lld
|
||||
o :=
|
||||
c :=
|
||||
ldflags += -L ../libsystem/build -l:libsystem.a
|
||||
cflags += -isystem ../libsystem
|
||||
ldflags += -L ../libu/build -l:libu.a
|
||||
cflags += -isystem ../libu -DPRINTF_INCLUDE_CONFIG_H=1 -D"FAT_PRINTF(a)"
|
||||
extra_deps +=
|
||||
|
||||
include src.mk
|
||||
|
||||
Reference in New Issue
Block a user