This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-26 00:41:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4946f21302
genode
/
repos
/
os
/
lib
/
mk
/
nova
/
timer.mk
4 lines
82 B
Makefile
Raw
Normal View
History
Unescape
Escape
timer: Build platform-specific parts as lib By using the build system's library-selection mechanism instead of many timer targets with different 'REQUIRES' declarations, this patch reduces the noise of the build system. For all platforms, the target at 'os/src/drivers/timer' is built. The target, in turn, depends on a 'timer' library, which is platform-specific. The various library description files are located under 'os/lib/mk/<platform>'. The common bits are contained in 'os/lib/mk/timer.inc'.
2013-02-13 16:47:18 +00:00
i
n
c
l
u
d
e
$(
REP_DIR
)
/
l
i
b
/
m
k
/
t
i
m
e
r
.
i
n
c
timer: nova specific version of the service Issue #1211
2014-06-24 09:18:46 +00:00
INC_DIR
+=
$(
REP_DIR
)
/src/drivers/timer/nova
Reference in New Issue
Copy Permalink