genode/repos/libports/lib/mk/solo5.mk
Emery Hemingway f2df40f58b Add simple Solo5 tests to depot autopilot
Add the following Solo5 tests to Autopilot: hello, fpu, globals, quiet,
blk. The remaining tests require a Rtc service or IP routing.

Ref #3027
2019-01-07 12:25:43 +01:00

17 lines
409 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 %.cc $(SOLO5_PORT_DIR)/src/lib/solo5/bindings/genode
vpath %.cc $(REP_DIR)/src/lib/solo5/bindings/genode