genode/repos/os/src/server/nic_bridge/target.mk
Martin Stein 45347749fe nic_bridge: verbose mode
The verbosity mode of the NIC bridge can be toggled with the verbose attribute
(default value shown):

! <config verbose="no" />

If enabled, the NIC bridge logs sent and received packets as well as the
lifetime of interfaces connected to the bridge.

Issue #2899
2018-08-02 14:36:34 +02:00

6 lines
158 B
Makefile

TARGET = nic_bridge
LIBS = base net
SRC_CC = component.cc main.cc nic.cc packet_handler.cc
CONFIG_XSD = config.xsd
INC_DIR += $(PRG_DIR)