fix: Only search for board one not found yet.
This commit is contained in:
parent
742f4c2826
commit
0dc7d46eb1
1 changed files with 10 additions and 8 deletions
|
@ -61,6 +61,7 @@ foreach(root ${BOARD_ROOT})
|
||||||
if (EXISTS "${root}/boards/${BOARD}.overlay")
|
if (EXISTS "${root}/boards/${BOARD}.overlay")
|
||||||
list(APPEND ZMK_DTC_FILES "${root}/boards/${BOARD}.overlay")
|
list(APPEND ZMK_DTC_FILES "${root}/boards/${BOARD}.overlay")
|
||||||
endif()
|
endif()
|
||||||
|
if (NOT DEFINED BOARD_DIR)
|
||||||
find_path(BOARD_DIR
|
find_path(BOARD_DIR
|
||||||
NAMES ${BOARD}_defconfig
|
NAMES ${BOARD}_defconfig
|
||||||
PATHS ${root}/boards/*/*
|
PATHS ${root}/boards/*/*
|
||||||
|
@ -70,6 +71,7 @@ foreach(root ${BOARD_ROOT})
|
||||||
get_filename_component(BOARD_DIR_NAME ${BOARD_DIR} NAME)
|
get_filename_component(BOARD_DIR_NAME ${BOARD_DIR} NAME)
|
||||||
list(APPEND KEYMAP_DIRS ${BOARD_DIR})
|
list(APPEND KEYMAP_DIRS ${BOARD_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
if(DEFINED SHIELD)
|
if(DEFINED SHIELD)
|
||||||
find_path(shields_refs_list
|
find_path(shields_refs_list
|
||||||
|
|
Loading…
Reference in a new issue