mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +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
374 B
Makefile
17 lines
374 B
Makefile
MIRROR_FROM_REP_DIR = lib/import/import-solo5.mk lib/symbols/solo5
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) include/solo5 LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/solo5)/src/lib/solo5
|
|
|
|
include/solo5:
|
|
mkdir -p $@
|
|
cp -r $(PORT_DIR)/include/solo5/* $@
|
|
cp -r $(REP_DIR)/include/solo5/* $@
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/$@ $@
|