genode/repos/base-okl4/lib/mk/okl4_boot_info.mk
Johannes Schlatow 5e4e634625 libs: use select_from_ports in eager assignments
If `select_from_ports` is evaluated lazily, we might miss a port during
the dependency check. A way to prevent this is to use the `:=` operator.

Fixes genodelabs/genode#4618
2022-11-17 08:00:34 +01:00

8 lines
242 B
Makefile

SRC_C = bootinfo.c
LIBS += syscall-okl4
INC_DIR += $(REP_DIR)/src/include/bootinfo/internal
CC_WARN = -Wall -Wno-attributes
OKL4_DIR := $(call select_from_ports,okl4)/src/kernel/okl4
vpath bootinfo.c $(OKL4_DIR)/libs/bootinfo/src