mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-06 22:08:46 +00:00
88851ab699
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
|