Re-enable lr11xx out-of-tree driver
This commit is contained in:
@@ -9,9 +9,10 @@ list(APPEND DTS_ROOT ${CMAKE_CURRENT_LIST_DIR}/..)
|
||||
# LR11xx out-of-tree driver is currently not added as a Zephyr module
|
||||
# to avoid Kconfig dependency issues during board prototyping.
|
||||
# If needed, re-enable by appending the driver path to ZEPHYR_EXTRA_MODULES.
|
||||
# list(APPEND ZEPHYR_EXTRA_MODULES
|
||||
# ${CMAKE_CURRENT_LIST_DIR}/../drivers/lora/lr11xx
|
||||
# )
|
||||
list(APPEND ZEPHYR_EXTRA_MODULES
|
||||
${CMAKE_CURRENT_LIST_DIR}/../drivers/lora/lr11xx
|
||||
)
|
||||
|
||||
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user