mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
13 lines
195 B
Makefile
13 lines
195 B
Makefile
#
|
|
# \brief Interprocess communication
|
|
# \author Martin Stein
|
|
# \date 2012-04-16
|
|
#
|
|
|
|
# add library dependencies
|
|
LIBS += thread
|
|
|
|
# include implied libraries
|
|
include $(REP_DIR)/lib/mk/raw_ipc.mk
|
|
|