genode/repos/base-hw/lib/mk
Martin Stein c23b74e150 base-hw: problems with timeout lib in src recipe
This commit fixes two issues with the timeout lib and the base-hw src recipe:

* Add source files of timeout lib to recipe content.
  The files weren't copied to the depot until now. However, the archive
  nonetheless built successfully because of the second issue that is described
  below.

* Get rid of the usage of the BASE_DIR variable in the timeout lib.
  The BASE_DIR variable always resolves to the repos/base directory even when
  building in a depot. That said, the use of BASE_DIR in make-files that are
  not part of the build system itself must be avoided. Instead, REP_DIR,
  REP_INC_DIR, and $(call select_from_repositories, ...) should be used.

Ref #4209
2022-10-12 11:59:08 +02:00
..
spec board: Rename virt_qemu to virt_qemu_<arch> 2022-08-17 12:03:26 +02:00
base-hw-common.mk riscv: Use Qemu and update to ISA v1.10 2021-02-23 12:02:44 +01:00
base-hw.mk riscv: Use Qemu and update to ISA v1.10 2021-02-23 12:02:44 +01:00
bootstrap-hw.inc base: avoid implicit conversions 2021-12-17 15:04:44 +01:00
core-hw.inc base-hw: Core PD as Main member 2021-10-13 14:46:53 +02:00
timeout-hw.mk base-hw: problems with timeout lib in src recipe 2022-10-12 11:59:08 +02:00