mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
6 lines
117 B
Makefile
6 lines
117 B
Makefile
|
SRC_CC = blit.cc
|
||
|
REQUIRES = arm 32bit
|
||
|
INC_DIR += $(REP_DIR)/src/lib/blit/arm
|
||
|
|
||
|
vpath blit.cc $(REP_DIR)/src/lib/blit
|