X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=blockdev%2FCMakeLists.txt;h=9f195afdd61dd24e05b6a6c96e4304f652a3e285;hb=3bf6bcf4999ba59d843ff69256e03d1c6b411158;hp=2099d503a4484fad0fa6331fde4de53639622b41;hpb=107a9ee9b40fc55a65e84c755b5433e7ad465332;p=lwext4.git 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})