mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
d6e30c19de
The 'copy_to' function turned out to be not flexible enough to accommodate the Noux fork mechanism. This patch removes the function, adds an accessor for the capability destination and a compound type 'Native_capability::Raw' to be used wherever plain capability information must be communicated.
8 lines
179 B
Makefile
8 lines
179 B
Makefile
SRC_CC = ipc.cc pager.cc
|
|
LIBS = cap_copy
|
|
|
|
# disable warning about array boundaries, caused by L4 headers
|
|
CC_WARN = -Wall -Wno-array-bounds
|
|
|
|
vpath %.cc $(REP_DIR)/src/base/ipc
|