mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-13 08:19:56 +00:00
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
|