mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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