[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
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
13 changed files with 2 additions and 2 deletions

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:

View file

@ -1,2 +1 @@
add_subdirectory(fltmgr)
add_subdirectory(mountmgr)

View file

@ -1,4 +1,5 @@
add_subdirectory(class)
add_subdirectory(floppy)
add_subdirectory(ide)
add_subdirectory(mountmgr)
add_subdirectory(port)