mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
7 lines
171 B
Makefile
7 lines
171 B
Makefile
|
SRC_CC = blit.cc
|
||
|
REQUIRES = x86 64bit
|
||
|
INC_DIR += $(REP_DIR)/src/lib/blit/spec/x86_64 \
|
||
|
$(REP_DIR)/src/lib/blit/spec/x86
|
||
|
|
||
|
vpath blit.cc $(REP_DIR)/src/lib/blit
|