mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
7 lines
167 B
Makefile
7 lines
167 B
Makefile
SRC_CC = ipc.cc pager.cc
|
|
LIBS = thread_context
|
|
INC_DIR += $(REP_DIR)/src/platform
|
|
|
|
vpath ipc.cc $(REP_DIR)/src/base/ipc
|
|
vpath pager.cc $(REP_DIR)/src/base/ipc
|