rump_fs: Transition to new API
The rump libraries and the rump_fs component are now conform to the new base API. Also the I/O back end should be running stable now. issue #2224
This commit is contained in:
committed by
Norman Feske
parent
a7f40b24ca
commit
6fa6d72c0b
@@ -15,7 +15,7 @@ VERBOSE_LEVEL ?= 0
|
||||
#
|
||||
# Sources
|
||||
#
|
||||
SRC_CC = dummies.cc hypercall.cc bootstrap.cc io.cc sync.cc misc.cc
|
||||
SRC_CC = dummies.cc hypercall.cc bootstrap.cc io.cc sync.cc misc.cc env.cc
|
||||
|
||||
#
|
||||
# TARGET to trigger rump build
|
||||
|
||||
Reference in New Issue
Block a user