genode/repos/libports/recipes/api/solo5/content.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
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)/$@ $@