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