Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# This CMake file is picked by the Zephyr build system because it is defined
# as the module CMake entry point (see zephyr/module.yml).

add_subdirectory(lib)
add_subdirectory_ifdef(CONFIG_APP_CLOUD_MQTT examples/modules/cloud/)
6 changes: 2 additions & 4 deletions Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#
# Copyright (c) 2025 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# This Kconfig file is picked by the Zephyr build system because it is defined
# as the module Kconfig entry point (see zephyr/module.yml). You can browse
# module options by going to Zephyr -> Modules in Kconfig.

rsource "lib/Kconfig"
rsource "examples/modules/cloud/Kconfig.cloud_mqtt"
7 changes: 0 additions & 7 deletions lib/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions lib/Kconfig

This file was deleted.

10 changes: 0 additions & 10 deletions lib/sgp4/CMakeLists.txt

This file was deleted.

17 changes: 0 additions & 17 deletions lib/sgp4/Kconfig

This file was deleted.

Loading
Loading