]> granicus.if.org Git - esp-idf/commitdiff
cmake: remove unecessary info passed to bootloader build
authorRenz Christian Bagaporo <renz@espressif.com>
Thu, 22 Nov 2018 10:46:44 +0000 (18:46 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Fri, 23 Nov 2018 08:12:14 +0000 (16:12 +0800)
components/bootloader/project_include.cmake

index d59689820d6c5b2de087f94edbdf1ecc2e19b75a..557c42742f5172f55650ec2361b1503a4084d545 100644 (file)
@@ -17,8 +17,7 @@ externalproject_add(bootloader
     # TODO: support overriding the bootloader in COMPONENT_PATHS
     SOURCE_DIR "${IDF_PATH}/components/bootloader/subproject"
     BINARY_DIR "${bootloader_build_dir}"
-    CMAKE_ARGS  -DSDKCONFIG=${SDKCONFIG} -DIDF_PATH=${IDF_PATH} -DEXTRA_COMPONENT_DIRS=${COMPONENT_DIRS}
-                -DTESTS_ALL=0 -DTEST_COMPONENTS=""
+    CMAKE_ARGS  -DSDKCONFIG=${SDKCONFIG} -DIDF_PATH=${IDF_PATH}
     INSTALL_COMMAND ""
     BUILD_ALWAYS 1  # no easy way around this...
     BUILD_BYPRODUCTS ${bootloader_binary_files}