mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
b1c77dc42b
The strict conversion warnings were disabled during development when the contrib code was still compiled with the wireguard lib. Now this isn't necessary anymore as the contrib code is in the wireguard_lx_inc_dirs lib. Ref #4520
21 lines
500 B
PHP
21 lines
500 B
PHP
LIBS += base net jitterentropy wireguard_lx_inc_dirs
|
|
|
|
INC_DIR += $(REP_DIR)/src/app/wireguard
|
|
INC_DIR += $(REP_DIR)/src/include
|
|
|
|
SRC_CC += arp_cache.cc
|
|
SRC_CC += arp_waiter.cc
|
|
SRC_CC += base64.cc
|
|
SRC_CC += config_model.cc
|
|
SRC_CC += dhcp_client.cc
|
|
SRC_CC += ipv4_address_prefix.cc
|
|
SRC_CC += ipv4_config.cc
|
|
SRC_CC += irq.cc
|
|
SRC_CC += main.cc
|
|
SRC_CC += nic_connection.cc
|
|
SRC_CC += lx_emul/random.cc
|
|
SRC_CC += uplink_connection.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/app/wireguard
|
|
vpath %.cc $(REP_DIR)/src/lib
|