summaryrefslogtreecommitdiff
path: root/blockdev/CMakeLists.txt
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2015-11-13 22:09:07 +0100
committergkostka <kostka.grzegorz@gmail.com>2015-11-13 22:10:18 +0100
commitcf09b15a9bf5217caec731b61200eaf480c215d6 (patch)
treed08ec6444f810eba13dd6520cc98b7248eb2fac6 /blockdev/CMakeLists.txt
parentef71d9b49afe0b095a7f601bb23557588c9946ec (diff)
Remove obsolete chibios block devices
Diffstat (limited to 'blockdev/CMakeLists.txt')
-rw-r--r--blockdev/CMakeLists.txt3
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})