mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
3e848dff10
Update the Solo5 upstream to accomadate changes to the Block session and stack protection support in the base library. Ref #3275 Ref #3283
16 lines
364 B
Makefile
16 lines
364 B
Makefile
REQUIRES += 64bit
|
|
|
|
SHARED_LIB = yes
|
|
|
|
CC_OPT += -D__SOLO5_BINDINGS__ -Drestrict=__restrict__
|
|
|
|
SRC_CC = bindings.cc
|
|
|
|
SOLO5_PORT_DIR := $(call select_from_ports,solo5)
|
|
|
|
INC_DIR += $(SOLO5_PORT_DIR)/src/lib/solo5/bindings
|
|
INC_DIR += $(SOLO5_PORT_DIR)/include/solo5
|
|
INC_DIR += $(REP_DIR)/include/solo5
|
|
|
|
vpath bindings.cc $(SOLO5_PORT_DIR)/src/lib/solo5/bindings/genode
|