mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
15 lines
268 B
Makefile
15 lines
268 B
Makefile
|
content: include lib/symbols/solo5 LICENSE
|
||
|
|
||
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/solo5)/src/lib/solo5
|
||
|
|
||
|
include:
|
||
|
mkdir -p $@
|
||
|
cp -r $(PORT_DIR)/include $@
|
||
|
cp -r $(REP_DIR)/include $@
|
||
|
|
||
|
lib/symbols/solo5:
|
||
|
$(mirror_from_rep_dir)
|
||
|
|
||
|
LICENSE:
|
||
|
cp $(PORT_DIR)/$@ $@
|