mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
20a5c86a22
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'.
7 lines
183 B
Makefile
7 lines
183 B
Makefile
include $(REP_DIR)/lib/mk/timer.inc
|
|
|
|
INC_DIR += $(REP_DIR)/src/drivers/timer/include_periodic
|
|
|
|
SRC_CC += platform_timer.cc
|
|
vpath platform_timer.cc $(REP_DIR)/src/drivers/timer/fiasco
|