mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
30fe9d1912
This commit enables libc's own libresolv and its dependencies.
8 lines
191 B
Makefile
8 lines
191 B
Makefile
LIBC_INET_DIR = $(LIBC_DIR)/libc/inet
|
|
|
|
SRC_C = $(filter-out $(FILTER_OUT_C),$(notdir $(wildcard $(LIBC_INET_DIR)/*.c)))
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
vpath %.c $(LIBC_INET_DIR)
|