mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[MOUNTMGR] Move the driver to drivers/storage
Effectively mountmgr.sys is an essential part of the storage stack
This commit is contained in:
parent
2c791cdde7
commit
ba447018c8
13 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@
|
||||||
# Mount Point Manager
|
# Mount Point Manager
|
||||||
# M: HeisSpiter, Heis Spiter, Pierre Schweitzer
|
# M: HeisSpiter, Heis Spiter, Pierre Schweitzer
|
||||||
# S: Maintained
|
# S: Maintained
|
||||||
/drivers/filters/mountmgr/ @HeisSpiter
|
/drivers/storage/mountmgr/ @HeisSpiter
|
||||||
|
|
||||||
# Network Drivers
|
# Network Drivers
|
||||||
# M:
|
# M:
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
add_subdirectory(fltmgr)
|
add_subdirectory(fltmgr)
|
||||||
add_subdirectory(mountmgr)
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
add_subdirectory(class)
|
add_subdirectory(class)
|
||||||
add_subdirectory(floppy)
|
add_subdirectory(floppy)
|
||||||
add_subdirectory(ide)
|
add_subdirectory(ide)
|
||||||
|
add_subdirectory(mountmgr)
|
||||||
add_subdirectory(port)
|
add_subdirectory(port)
|
||||||
|
|
Loading…
Reference in a new issue