mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-04 05:21:19 +00:00
This plugin provides support for using a Block_session connection by opening "/dev/blkdev". Fixes #965.
10 lines
137 B
Makefile
10 lines
137 B
Makefile
LIBS = libc
|
|
|
|
SRC_CC = plugin.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/libc_block
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
SHARED_LIB = yes
|