This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
14 lines
275 B
Makefile
14 lines
275 B
Makefile
LEMON_DIR = $(call select_from_ports,lemon)/src/lib/lemon/lemon/
|
|
LIBS += stdcxx libm
|
|
INC_DIR += $(call select_from_ports,lemon)/include/
|
|
INC_DIR += $(REP_DIR)/src/lib/lemon/
|
|
SRC_CC = base.cc
|
|
|
|
CC_WARN =
|
|
|
|
vpath %.cc $(LEMON_DIR)
|
|
|
|
#SHARED_LIB = yes
|
|
|
|
CC_CXX_WARN_STRICT =
|