mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
15 lines
240 B
Makefile
15 lines
240 B
Makefile
#
|
|
# \brief Synchronisation through locks
|
|
# \author Martin Stein
|
|
# \date 2012-04-16
|
|
#
|
|
|
|
# add C++ sources
|
|
SRC_CC += lock.cc
|
|
|
|
# add include paths
|
|
INC_DIR += $(REP_DIR)/src/base/lock
|
|
|
|
# declare source paths
|
|
vpath % $(BASE_DIR)/src/base/lock
|