mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
e9b249b709
Issue #2064
12 lines
261 B
Makefile
12 lines
261 B
Makefile
SRC_CC = snprintf.cc vsnprintf.cc atol.cc strtol.cc strtod.cc \
|
|
malloc_free.cc memcmp.cc strlen.cc memset.cc abort.cc \
|
|
mini_c.cc
|
|
|
|
LIBS += format
|
|
|
|
STDINC = yes
|
|
|
|
vpath % $(REP_DIR)/src/lib/mini_c
|
|
|
|
include $(REP_DIR)/lib/import/import-mini_c.mk
|