mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 05:41:36 +00:00
libports: add libc's libc-rpc
This commit is contained in:
parent
789ab39670
commit
fba80f3fee
11
libports/lib/mk/libc-rpc.mk
Normal file
11
libports/lib/mk/libc-rpc.mk
Normal file
@ -0,0 +1,11 @@
|
||||
LIBC_RPC_DIR = $(LIBC_DIR)/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
|
||||
|
||||
vpath %.c $(LIBC_RPC_DIR)
|
Loading…
x
Reference in New Issue
Block a user