mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
9 lines
209 B
Makefile
9 lines
209 B
Makefile
|
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
||
|
|
||
|
SRC_CC = sup.cc
|
||
|
|
||
|
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
||
|
INC_DIR += $(REP_DIR)/src/virtualbox
|
||
|
|
||
|
vpath sup.cc $(REP_DIR)/src/virtualbox/accloff/
|