mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
a3976f0468
* retrieve Genode::Env from plugin, this way no mesa applications need to be changed. * add 'vfs_gpu' api * remove when all required functionality is implemented within the plugin. issue #4380
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 $@
|
|
|