mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
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)
|