mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 01:28:53 +00:00
57b90e8d75
The main feature for this version upgrade is the use of the instruction emulator (IEM) to speed up execution and less often the slow recompiler. issue #2059
13 lines
368 B
Makefile
13 lines
368 B
Makefile
include $(REP_DIR)/lib/mk/virtualbox5-common.inc
|
|
|
|
SRC_CC = sup.cc pgm.cc
|
|
|
|
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
|
INC_DIR += $(call select_from_repositories,src/lib/pthread)
|
|
|
|
INC_DIR += $(VBOX_DIR)/VMM/include
|
|
INC_DIR += $(REP_DIR)/src/virtualbox5
|
|
|
|
vpath sup.cc $(REP_DIR)/src/virtualbox5/spec/nova/
|
|
vpath pgm.cc $(REP_DIR)/src/virtualbox5/spec/nova/
|