mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
f2df40f58b
Add the following Solo5 tests to Autopilot: hello, fpu, globals, quiet, blk. The remaining tests require a Rtc service or IP routing. Ref #3027
17 lines
409 B
Makefile
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
|