X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2FCMakeLists.txt;fp=carlfw%2FCMakeLists.txt;h=c32b43fdd13d569cf4a66f765b38de3305838c97;hp=8647a759d3e17a89d5883420a75c1c3b4ace1c30;hb=06e34e6e5a982bc264d8390516c53ad5660f0984;hpb=0cdadf2ba711b68b80be400673acb9fe6ab1c650 diff --git a/carlfw/CMakeLists.txt b/carlfw/CMakeLists.txt index 8647a75..c32b43f 100644 --- a/carlfw/CMakeLists.txt +++ b/carlfw/CMakeLists.txt @@ -39,7 +39,7 @@ set_target_properties(carl9170.elf PROPERTIES LINKER_LANGUAGE C) set_target_properties(carl9170.elf PROPERTIES COMPILE_FLAGS "${CARLFW_CFLAGS}") set_target_properties(carl9170.elf PROPERTIES LINK_FLAGS "${CARLFW_CFLAGS} -Wl,-Tcarl9170.lds") -add_custom_target(firmware ALL) +add_custom_target(firmware ALL DEPENDS carl9170.elf) add_custom_command( DEPENDS carl9170.elf