mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
14 lines
229 B
Makefile
14 lines
229 B
Makefile
|
MIRROR_FROM_REP_DIR := \
|
||
|
src/lib/vfs/gpu/vfs_gpu.h \
|
||
|
lib/import/import-vfs_gpu.mk \
|
||
|
lib/symbols/vfs_gpu
|
||
|
|
||
|
content: $(MIRROR_FROM_REP_DIR)
|
||
|
|
||
|
$(MIRROR_FROM_REP_DIR):
|
||
|
$(mirror_from_rep_dir)
|
||
|
|
||
|
LICENSE:
|
||
|
cp $(GENODE_DIR)/LICENSE $@
|
||
|
|