mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[STORAGE] Storage driver cleanup part 1
Move the classpnp driver into the class directory because it is a class driver, just like the class2 driver.
This commit is contained in:
parent
0e2bb5b0b8
commit
6b687478d1
22 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
add_subdirectory(class)
|
||||
add_subdirectory(classpnp)
|
||||
add_subdirectory(fdc)
|
||||
#add_subdirectory(fdc)
|
||||
add_subdirectory(floppy)
|
||||
add_subdirectory(ide)
|
||||
add_subdirectory(port)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
add_subdirectory(cdrom)
|
||||
add_subdirectory(cdrom_new)
|
||||
add_subdirectory(class2)
|
||||
add_subdirectory(classpnp)
|
||||
add_subdirectory(disk)
|
||||
add_subdirectory(disk_new)
|
||||
add_subdirectory(ramdisk)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
include_directories(../inc)
|
||||
include_directories(../../inc)
|
||||
spec2def(classpnp.sys classpnp.spec ADD_IMPORTLIB)
|
||||
|
||||
add_definitions(
|
Loading…
Reference in a new issue