mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +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
3 lines
90 B
Makefile
3 lines
90 B
Makefile
LIBUVC_PORT_DIR := $(call select_from_ports,libuvc)
|
|
INC_DIR += $(LIBUVC_PORT_DIR)/include
|