mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +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
8 lines
192 B
Makefile
8 lines
192 B
Makefile
include $(REP_DIR)/lib/mk/virtualbox5-common.inc
|
|
|
|
ZLIB_DIR = $(VIRTUALBOX_DIR)/src/libs/zlib-1.2.8
|
|
INC_DIR += $(ZLIB_DIR)
|
|
SRC_C = $(notdir $(wildcard $(ZLIB_DIR)/*.c))
|
|
|
|
vpath % $(ZLIB_DIR)
|