mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
85a2ebc1c4
Issue #1082
13 lines
271 B
Makefile
13 lines
271 B
Makefile
LIBC_RPC_DIR = $(LIBC_DIR)/lib/libc/rpc
|
|
|
|
#SRC_C = $(notdir $(wildcard $(LIBC_RPC_DIR)/*.c))
|
|
|
|
SRC_C = bindresvport.c
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
INC_DIR += $(REP_DIR)/include/libc/sys
|
|
INC_DIR += $(LIBC_PORT_DIR)/include/libc/sys
|
|
|
|
vpath %.c $(LIBC_RPC_DIR)
|