mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
bc539ce892
A shared library implementation of the unikernel middleware. https://github.com/Solo5/solo5 Fix #2945
15 lines
310 B
Makefile
15 lines
310 B
Makefile
REQUIRES += 64bit
|
|
|
|
SHARED_LIB = yes
|
|
|
|
include $(REP_DIR)/lib/import/import-solo5.mk
|
|
|
|
INC_DIR += $(SOLO5_PORT_DIR)/src/lib/solo5/bindings
|
|
INC_DIR += $(REP_DIR)/src/lib/solo5
|
|
|
|
CC_OPT += -D__SOLO5_BINDINGS__ -Drestrict=__restrict__
|
|
|
|
SRC_CC = bindings.cc
|
|
|
|
vpath %.cc $(SOLO5_PORT_DIR)/src/lib/solo5/bindings/genode
|