You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)
|