mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-14 17:00:09 +00:00
520742cf3e
Introduce an arch-specific wireguard lib that contains all code from the former arch-specific target.mk files. This allows us to create a generic target.mk that merely depends on the library and a dummy.cc file. The latter ensures that building/linking of the target isn't skipped by the build system. Ref #4519
23 lines
533 B
PHP
23 lines
533 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
|
|
|
|
CC_CXX_WARN_STRICT_CONVERSION =
|