mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
7 lines
140 B
Makefile
7 lines
140 B
Makefile
|
SRC_CC = ipc.cc
|
||
|
SRC_CC += pager.cc
|
||
|
LIBS += thread_context
|
||
|
|
||
|
vpath ipc.cc $(REP_DIR)/src/base/ipc
|
||
|
vpath pager.cc $(REP_DIR)/src/base/ipc
|