carl9170 firmware: update API to 1.8.7
[carl9170fw.git] / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.8)
2
3 project(carl9170)
4
5 #if you don't want the full compiler output, remove the following line
6 #set(CMAKE_VERBOSE_MAKEFILE ON)
7
8 include("config.cmake")
9
10 add_subdirectory(carlfw)
11
12 if (CONFIG_CARL9170FW_BUILD_MINIBOOT)
13         add_subdirectory(minifw)
14 endif (CONFIG_CARL9170FW_BUILD_MINIBOOT)
15
16 if (CONFIG_CARL9170FW_BUILD_TOOLS)
17         add_subdirectory(tools)
18 endif (CONFIG_CARL9170FW_BUILD_TOOLS)
19