2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
add_subdirectory(beep)
|
|
|
|
add_subdirectory(bootvid)
|
2013-07-07 15:15:10 +00:00
|
|
|
add_subdirectory(condrv)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
if(_WINKD_)
|
2015-05-14 22:31:12 +00:00
|
|
|
if (GDB)
|
|
|
|
add_subdirectory(kdgdb)
|
|
|
|
else()
|
|
|
|
add_subdirectory(kdcom)
|
|
|
|
if(NOT ARCH STREQUAL "arm")
|
|
|
|
add_subdirectory(kdvm)
|
|
|
|
endif()
|
|
|
|
endif()
|
2011-05-16 13:12:07 +00:00
|
|
|
else()
|
2015-05-14 22:31:12 +00:00
|
|
|
add_subdirectory(kdrosdbg)
|
2011-05-16 13:12:07 +00:00
|
|
|
endif()
|
2013-05-05 18:25:57 +00:00
|
|
|
|
2015-05-14 22:31:12 +00:00
|
|
|
if(NOT ARCH STREQUAL "arm")
|
2011-08-26 20:05:58 +00:00
|
|
|
add_subdirectory(nmidebug)
|
2015-05-14 22:31:12 +00:00
|
|
|
endif()
|
2011-05-16 13:12:07 +00:00
|
|
|
add_subdirectory(null)
|