mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
f7ba777fff
Plugin for auditing VFS access using the VFS server. Useful for tracking which files ported software expects to be present. Fix #2160
6 lines
81 B
Makefile
6 lines
81 B
Makefile
SRC_CC = vfs_audit.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/audit
|
|
|
|
SHARED_LIB = yes
|