reactos/drivers/storage/floppy/CMakeLists.txt
Eric Kohl c1f22c88ca [STORAGE] Storage driver cleanup part 5 (last part)
Move the fdc and flpydrv drivers into the floppy directory.
2019-11-30 13:33:32 +01:00

4 lines
76 B
CMake

#add_subdirectory(fdc)
add_subdirectory(floppy)
#add_subdirectory(flpydisk)