mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
bc539ce892
A shared library implementation of the unikernel middleware. https://github.com/Solo5/solo5 Fix #2945
5 lines
153 B
Makefile
5 lines
153 B
Makefile
SOLO5_PORT_DIR := $(call select_from_ports,solo5)
|
|
|
|
INC_DIR += $(SOLO5_PORT_DIR)/include/solo5
|
|
INC_DIR += $(call select_from_repositories,/include/solo5)
|