mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
5e4e634625
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
8 lines
242 B
Makefile
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
|