mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
9ef0f1b6cb
This little library implements rudimentary format-string support. It is useful for porting 3rd-party code that ought not depend on a full libc. Issue #2064
7 lines
124 B
Makefile
7 lines
124 B
Makefile
SRC_CC += console.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/format
|
|
|
|
# for reusing output.h
|
|
REP_INC_DIR += src/include/base/internal
|