mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
019cacf07e
This plugin emulates a `/dev/tapX` device as found on FreeBSD. See README for more information. genodelabs/genode#4394
6 lines
79 B
Makefile
6 lines
79 B
Makefile
SRC_CC := vfs_tap.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/tap
|
|
|
|
SHARED_LIB := yes
|