genode/repos/libports/lib/mk/vfs_oss.mk
Josef Söntgen 7d21335ac9 vfs/oss: VFS plugin for Audio_out access via files
This plugin gives access to the Audio_out session by roughly
implementing a OSS pseudo-device. It merely wrapps the session and does
not provide any resampling or re-coding.

Fixes #3891.
2020-10-09 13:44:27 +02:00

8 lines
93 B
Makefile

SRC_CC := vfs_oss.cc
vpath %.cc $(REP_DIR)/src/lib/vfs/oss
LIBS := libc
SHARED_LIB := yes