zephyr: fix the build
Since the Kconfig file was moved in 51a0921006
("zephyr: Move Kconfig
file to boot/zephyr"), the CMakeLists.txt reference to it needs updating.
Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
This commit is contained in:
parent
67c792efbb
commit
dde1b1c481
|
@ -6,8 +6,7 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.8.2)
|
||||
|
||||
|
||||
set(KCONFIG_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../Kconfig)
|
||||
set(KCONFIG_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/Kconfig)
|
||||
|
||||
########################
|
||||
# Configuration choices.
|
||||
|
|
Loading…
Reference in New Issue