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:
Håkon Øye Amundsen 2019-01-04 08:21:10 +00:00 committed by Anas Nashif
parent fdd89c60f3
commit 120aaae268

View file

@ -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'