mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
16 lines
237 B
Makefile
16 lines
237 B
Makefile
|
#
|
||
|
# \brief Submit and receive asynchronous events
|
||
|
# \author Martin Stein
|
||
|
# \date 2012-05-07
|
||
|
#
|
||
|
|
||
|
# add C++ sources
|
||
|
SRC_CC += signal.cc
|
||
|
|
||
|
# add library dependencies
|
||
|
LIBS += slab
|
||
|
|
||
|
# declare source paths
|
||
|
vpath % $(REP_DIR)/src/base/signal
|
||
|
|