mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-08 04:10:27 +00:00
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
4 lines
136 B
Makefile
4 lines
136 B
Makefile
LWIP_DIR := $(call select_from_ports,lwip)
|
|
INC_DIR += $(LWIP_DIR)/include/lwip
|
|
INC_DIR += $(call select_from_repositories,include/lwip)
|