mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
INC_DIR += $(REP_DIR)/src/lib/gdbserver_libc_support
|
|
|
|
SRC_C += gdbserver_libc_support.c
|
|
|
|
LIBS += libc
|
|
|
|
vpath %.c $(REP_DIR)/src/lib/gdbserver_libc_support
|