mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
7f2f2d9120
Merge core only libs into the target make-files. Use base-hw specific Board drivers that inherit from generic Board_base. Use Page_flags::access_t instead of additional page_flags_t. Fix #570
16 lines
245 B
Makefile
16 lines
245 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 signal.cc $(REP_DIR)/src/base/signal
|
|
|