diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-11-13 22:09:07 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-11-13 22:10:18 +0100 |
| commit | cf09b15a9bf5217caec731b61200eaf480c215d6 (patch) | |
| tree | d08ec6444f810eba13dd6520cc98b7248eb2fac6 /blockdev/CMakeLists.txt | |
| parent | ef71d9b49afe0b095a7f601bb23557588c9946ec (diff) | |
Remove obsolete chibios block devices
Diffstat (limited to 'blockdev/CMakeLists.txt')
| -rw-r--r-- | blockdev/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/blockdev/CMakeLists.txt b/blockdev/CMakeLists.txt index 2099d50..9f195af 100644 --- a/blockdev/CMakeLists.txt +++ b/blockdev/CMakeLists.txt @@ -4,12 +4,9 @@ if (BLOCKDEV_TYPE STREQUAL linux) aux_source_directory(linux BLOCKDEV_SRC)
elseif (BLOCKDEV_TYPE STREQUAL windows)
aux_source_directory(windows BLOCKDEV_SRC)
-elseif (BLOCKDEV_TYPE STREQUAL chibios)
-aux_source_directory(chibios BLOCKDEV_SRC)
else()
endif()
aux_source_directory(. BLOCKDEV_SRC)
-
add_library(blockdev ${BLOCKDEV_SRC})
|
