genode/repos/os/lib/mk/vfs_tap.mk
Johannes Schlatow 019cacf07e vfs_tap: VFS plugin for Uplink/Nic session access
This plugin emulates a `/dev/tapX` device as found on FreeBSD. See
README for more information.

genodelabs/genode#4394
2022-02-21 15:44:22 +01:00

6 lines
79 B
Makefile

SRC_CC := vfs_tap.cc
vpath %.cc $(REP_DIR)/src/lib/vfs/tap
SHARED_LIB := yes