mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
12 lines
209 B
Makefile
12 lines
209 B
Makefile
|
#
|
||
|
# \brief Interprocess communication without thread implementations
|
||
|
# \author Martin Stein
|
||
|
# \date 2012-04-16
|
||
|
#
|
||
|
|
||
|
# add C++ source files
|
||
|
SRC_CC += ipc.cc
|
||
|
|
||
|
# declare source paths
|
||
|
vpath % $(REP_DIR)/src/base
|