1# SPDX-License-Identifier: Apache-2.0
2
3add_custom_target(
4  usage
5  ${CMAKE_COMMAND}
6  -DZEPHYR_BASE=${ZEPHYR_BASE}
7  -DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM}
8  -P ${CMAKE_CURRENT_SOURCE_DIR}/usage.cmake
9  )
10
11# NB: The reason it is 'usage' and not help is that CMake already
12# defines a target 'help'
13