mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-13 16:29:54 +00:00
6 lines
170 B
PHP
6 lines
170 B
PHP
|
SRC_CC += main.cc
|
||
|
LIBS += base
|
||
|
INC_DIR += $(call select_from_repositories,src/timer/include)
|
||
|
|
||
|
vpath main.cc $(dir $(call select_from_repositories,src/timer/main.cc))
|