Skip to content

Commit f3ea6c6

Browse files
committed
samples: net: lwm2m_client: add hl78xx driver config file
Add HL78xx driver config to lwm2m_client sample Signed-off-by: Zafer SEN <zafersn93@gmail.com>
1 parent 1e54ee6 commit f3ea6c6

File tree

11 files changed

+4153
-48
lines changed

11 files changed

+4153
-48
lines changed

drivers/modem/hl78xx/CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# Copyright (c) 2025 Netfeasa
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
zephyr_library()
7+
8+
zephyr_library_sources(
9+
hl78xx.c
10+
hl78xx_sockets.c
11+
hl78xx_utility.c
12+
13+
)
14+
15+
zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
16+
zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/lib/sockets)

0 commit comments

Comments
 (0)