genode/repos/demo/lib/mk/mini_c.mk
Norman Feske d0f4791413 demo: remove use of format strings from mini_c lib
The implementations of snprintf and vsnprintf are not needed for the
loading of png images by the demo applications. So we can avoid the
dependency from the format library hosted in the libports repository.

Issue #2064
2023-03-13 14:32:53 +01:00

9 lines
209 B
Makefile

SRC_CC = atol.cc strtol.cc strtod.cc malloc_free.cc memcmp.cc strlen.cc \
memset.cc abort.cc mini_c.cc
STDINC = yes
vpath % $(REP_DIR)/src/lib/mini_c
include $(REP_DIR)/lib/import/import-mini_c.mk