mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +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
4 lines
168 B
Makefile
4 lines
168 B
Makefile
ACPICA_DIR := $(call select_from_ports,acpica)
|
|
INC_DIR += $(ACPICA_DIR)/src/lib/acpica/source/include
|
|
CC_OPT += -DACPI_INLINE=inline -Wno-builtin-declaration-mismatch
|