[MOUNTMGR] Move the driver to drivers/storage

Effectively mountmgr.sys is an essential part of the storage stack
This commit is contained in:
Victor Perevertkin
2020-11-01 12:35:56 +03:00
parent 2c791cdde7
commit ba447018c8
13 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -185,7 +185,7 @@
# Mount Point Manager
# M: HeisSpiter, Heis Spiter, Pierre Schweitzer
# S: Maintained
/drivers/filters/mountmgr/ @HeisSpiter
/drivers/storage/mountmgr/ @HeisSpiter
# Network Drivers
# M:
-1
View File
@@ -1,2 +1 @@
add_subdirectory(fltmgr)
add_subdirectory(mountmgr)
+1
View File
@@ -1,4 +1,5 @@
add_subdirectory(class)
add_subdirectory(floppy)
add_subdirectory(ide)
add_subdirectory(mountmgr)
add_subdirectory(port)