This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
12 lines
210 B
Makefile
12 lines
210 B
Makefile
# \author Johannes Schlatow
|
|
# \date 2016-03-19
|
|
|
|
SRC_CC += backend/nic_ip/backend.cc
|
|
|
|
LIBS += base net
|
|
|
|
# include less specificuration
|
|
include $(REP_DIR)/lib/mk/remote_rom_backend.inc
|
|
|
|
CC_CXX_WARN_STRICT =
|