cmake: Remove kconfig-usage target
This target uses a file which no longer exists. Invoking it results in an error. Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
This commit is contained in:
parent
fdd89c60f3
commit
120aaae268
1 changed files with 0 additions and 5 deletions
|
|
@ -7,10 +7,5 @@ add_custom_target(
|
|||
-P ${CMAKE_CURRENT_SOURCE_DIR}/usage.cmake
|
||||
)
|
||||
|
||||
add_custom_target(
|
||||
kconfig-usage
|
||||
${CMAKE_COMMAND} -P ${CMAKE_CURRENT_SOURCE_DIR}/kconfig-usage.cmake
|
||||
)
|
||||
|
||||
# NB: The reason it is 'usage' and not help is that CMake already
|
||||
# defines a target 'help'
|
||||
|
|
|
|||
Loading…
Reference in a new issue