This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
13 lines
199 B
Makefile
13 lines
199 B
Makefile
LZLIB_DIR := $(call select_from_ports,lzlib)
|
|
LZLIB_SRC_DIR := $(LZLIB_DIR)/src/lib/lzlib
|
|
|
|
LIBS += libc
|
|
|
|
SRC_C = lzlib.c
|
|
|
|
INC_DIR += $(LZLIB_SRC_DIR)
|
|
|
|
vpath %.c $(LZLIB_SRC_DIR)
|
|
|
|
CC_CXX_WARN_STRICT =
|