mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
8 lines
165 B
Makefile
8 lines
165 B
Makefile
|
LIBC_STDIO_DIR = $(LIBC_DIR)/libc/stdio
|
||
|
|
||
|
SRC_C = $(notdir $(wildcard $(LIBC_STDIO_DIR)/*.c))
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
||
|
|
||
|
vpath %.c $(LIBC_STDIO_DIR)
|