Initial import
This commit is contained in:
11
drivers/lora/lr11xx/CMakeLists.txt
Normal file
11
drivers/lora/lr11xx/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright (c) 2024 loramodem contributors
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_LORA_LR11XX
|
||||
lr11xx.c
|
||||
lr11xx_hal.c
|
||||
)
|
||||
|
||||
zephyr_library_include_directories(.)
|
||||
Reference in New Issue
Block a user