mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
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.
This commit is contained in:
parent
7a97cd70aa
commit
f63713694c
@ -1,6 +1,14 @@
|
|||||||
content: include/blit src/lib/blit lib/mk/blit.mk LICENSE
|
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
|
||||||
|
|
||||||
src/lib/blit include/blit lib/mk/blit.mk:
|
content: $(MIRROR_FROM_REP_DIR)
|
||||||
|
|
||||||
|
$(MIRROR_FROM_REP_DIR):
|
||||||
$(mirror_from_rep_dir)
|
$(mirror_from_rep_dir)
|
||||||
|
|
||||||
LICENSE:
|
LICENSE:
|
||||||
|
Loading…
Reference in New Issue
Block a user