Files
genode-world/lib/mk/lzlib.mk
Norman Feske 3ee1f80051 Disable strict warnings
This commit is a response to Genode's increased default warning level.
See the corresponding issue at:

  https://github.com/genodelabs/genode/issues/465
2018-01-17 19:27:10 +01:00

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 =