Skip to content

Commit df0c972

Browse files
Mani-Sadhasivamcfriedt
authored andcommitted
modules: loramac-node: Fix the build issue for US915 and AU915 regions
These 2 regions depends on the RegionBaseUS.c file. Fixes: #39297 Signed-off-by: Manivannan Sadhasivam <[email protected]>
1 parent 3f82656 commit df0c972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/loramac-node/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ zephyr_library_sources_ifdef(CONFIG_LORAMAC_REGION_EU868
6161
${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/region/RegionEU868.c
6262
)
6363
zephyr_library_sources_ifdef(CONFIG_LORAMAC_REGION_US915
64+
${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/region/RegionBaseUS.c
6465
${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/region/RegionUS915.c
6566
)
6667
zephyr_library_sources_ifdef(CONFIG_LORAMAC_REGION_CN779
@@ -70,6 +71,7 @@ zephyr_library_sources_ifdef(CONFIG_LORAMAC_REGION_EU433
7071
${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/region/RegionEU433.c
7172
)
7273
zephyr_library_sources_ifdef(CONFIG_LORAMAC_REGION_AU915
74+
${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/region/RegionBaseUS.c
7375
${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/mac/region/RegionAU915.c
7476
)
7577
zephyr_library_sources_ifdef(CONFIG_LORAMAC_REGION_AS923

0 commit comments

Comments
 (0)