mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
11 lines
242 B
Makefile
11 lines
242 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 += $(VBOX_DIR)/VMM/include
|
||
|
INC_DIR += $(REP_DIR)/src/virtualbox
|
||
|
|
||
|
vpath sup.cc $(REP_DIR)/src/virtualbox/nova/
|