genode/repos/os/recipes/api/blit/content.mk
Norman Feske f63713694c api/blit: package arch-specific optimizations
The blit API archive missed the CPU-architecture-specific variants of
the blit library such that all depot binaries worked with the generic
(slow) fallback implementation. This patch adds the missing pieces to
the blit API archive.
2020-06-22 09:39:40 +02:00

17 lines
441 B
Makefile

MIRROR_FROM_REP_DIR := include/blit \
src/lib/blit \
lib/mk/blit.mk \
lib/mk/spec/arm_64/blit.mk \
lib/mk/spec/x86_32/blit.mk \
lib/mk/spec/arm/blit.mk \
lib/mk/spec/x86_64/blit.mk
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
LICENSE:
cp $(GENODE_DIR)/LICENSE $@