genode/repos/libports/lib/mk/format.mk
Norman Feske 9ef0f1b6cb libports: freestanding 'format' string library
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
2023-03-13 14:32:53 +01:00

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