Skip to content

Commit

Permalink
cmake: remove BOARD_FAMILY variable
Browse files Browse the repository at this point in the history
BOARD_FAMILY isn't used anywhere so remove it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak committed Oct 16, 2020
1 parent 13457ae commit 2619b7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/app/boilerplate.cmake
Expand Up @@ -456,7 +456,6 @@ if(DEFINED SHIELD AND NOT (SHIELD-NOTFOUND STREQUAL ""))
endif()

get_filename_component(BOARD_ARCH_DIR ${BOARD_DIR} DIRECTORY)
get_filename_component(BOARD_FAMILY ${BOARD_DIR} NAME)
get_filename_component(ARCH ${BOARD_ARCH_DIR} NAME)

foreach(root ${ARCH_ROOT})
Expand Down

0 comments on commit 2619b7c

Please sign in to comment.