mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +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
|
|
|