Implemented the most basic functionality required to cleanly mount and unmount

(at least in userlandfs).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34069 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-11-15 23:26:45 +00:00
parent 246aa3e3e2
commit b932032a35
10 changed files with 283 additions and 21 deletions
@@ -1,10 +1,20 @@
SubDir HAIKU_TOP src add-ons kernel file_systems packagefs ;
KernelAddon packagefs
:
kernel_interface.cpp
UsePrivateHeaders shared ;
HAIKU_PACKAGE_FS_SOURCES =
DebugSupport.cpp
Directory.cpp
kernel_interface.cpp
Node.cpp
Volume.cpp
;
KernelAddon packagefs
: $(HAIKU_PACKAGE_FS_SOURCES)
: $(HAIKU_STATIC_LIBSUPC++)
;