mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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
|
|
|