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