2010-08-31 10:34:15 +00:00
|
|
|
|
2013-01-08 20:33:08 +00:00
|
|
|
PROJECT(Drivers)
|
|
|
|
|
2010-08-31 10:34:15 +00:00
|
|
|
add_subdirectory(base)
|
2010-09-03 14:33:39 +00:00
|
|
|
add_subdirectory(battery)
|
2012-03-27 08:47:46 +00:00
|
|
|
add_subdirectory(bluetooth)
|
2010-09-03 14:33:39 +00:00
|
|
|
add_subdirectory(bus)
|
2014-01-22 16:58:36 +00:00
|
|
|
add_subdirectory(crypto)
|
2010-09-04 12:57:01 +00:00
|
|
|
add_subdirectory(filesystems)
|
2012-01-24 22:54:14 +00:00
|
|
|
add_subdirectory(filters)
|
2016-07-08 12:55:20 +00:00
|
|
|
#add_subdirectory(fs_minifilter)
|
2011-12-25 18:25:18 +00:00
|
|
|
add_subdirectory(hid)
|
2010-08-31 14:05:07 +00:00
|
|
|
add_subdirectory(input)
|
[CMAKE]
- Add ksuser, npfs, ntfs, ks, parallel, serenum, serial, pciide, pciidex, usbdriver, usbd, framebuf, framebuf_new and portcls to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48951
2010-10-01 00:15:10 +00:00
|
|
|
add_subdirectory(ksfilter)
|
2017-07-18 22:48:18 +00:00
|
|
|
add_subdirectory(multimedia)
|
2010-09-19 11:19:16 +00:00
|
|
|
add_subdirectory(network)
|
[CMAKE]
- Add ksuser, npfs, ntfs, ks, parallel, serenum, serial, pciide, pciidex, usbdriver, usbd, framebuf, framebuf_new and portcls to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48951
2010-10-01 00:15:10 +00:00
|
|
|
add_subdirectory(parallel)
|
2017-02-26 18:57:28 +00:00
|
|
|
add_subdirectory(processor)
|
2013-08-06 01:12:08 +00:00
|
|
|
add_subdirectory(sac)
|
[CMAKE]
- Add ksuser, npfs, ntfs, ks, parallel, serenum, serial, pciide, pciidex, usbdriver, usbd, framebuf, framebuf_new and portcls to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48951
2010-10-01 00:15:10 +00:00
|
|
|
add_subdirectory(serial)
|
2010-09-04 12:57:01 +00:00
|
|
|
add_subdirectory(setup)
|
2010-08-31 17:55:28 +00:00
|
|
|
add_subdirectory(storage)
|
[CMAKE]
- Add ksuser, npfs, ntfs, ks, parallel, serenum, serial, pciide, pciidex, usbdriver, usbd, framebuf, framebuf_new and portcls to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48951
2010-10-01 00:15:10 +00:00
|
|
|
add_subdirectory(usb)
|
2010-09-30 20:37:04 +00:00
|
|
|
add_subdirectory(wdm)
|
2010-09-13 13:48:29 +00:00
|
|
|
add_subdirectory(wmi)
|