diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
| commit | 2e13c372f1419f08dab7797b244681f889dd9bcf (patch) | |
| tree | 995a31c40f13068c4135c213e938e0a2a9ed05a3 /nrfdemo/builddk/zephyr/subsys/net | |
| parent | 620dfd94019f3c7e3022fa5a5fb9c9b51491062d (diff) | |
nrfdemo
Diffstat (limited to 'nrfdemo/builddk/zephyr/subsys/net')
30 files changed, 391 insertions, 0 deletions
diff --git a/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj Binary files differnew file mode 100644 index 0000000..e1c0cad --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj Binary files differnew file mode 100644 index 0000000..e65e0d2 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/getaddrinfo.c.obj b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/getaddrinfo.c.obj Binary files differnew file mode 100644 index 0000000..dda8349 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/getaddrinfo.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/socket_offload.c.obj b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/socket_offload.c.obj Binary files differnew file mode 100644 index 0000000..ebba4f5 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/socket_offload.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets.c.obj b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets.c.obj Binary files differnew file mode 100644 index 0000000..def78f4 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_select.c.obj b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_select.c.obj Binary files differnew file mode 100644 index 0000000..ce2f642 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_select.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/cmake_install.cmake new file mode 100644 index 0000000..2cac585 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/builddk/zephyr/subsys/net/l2/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/builddk/zephyr/subsys/net/pkt_filter/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/builddk/zephyr/subsys/net/ip/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/builddk/zephyr/subsys/net/lib/cmake_install.cmake") +endif() + diff --git a/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj b/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj Binary files differnew file mode 100644 index 0000000..51dee5c --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj b/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj Binary files differnew file mode 100644 index 0000000..b1f83d0 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj b/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj Binary files differnew file mode 100644 index 0000000..3b1ff57 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj b/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj Binary files differnew file mode 100644 index 0000000..266ed89 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/ip/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/ip/cmake_install.cmake new file mode 100644 index 0000000..2f75863 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/ip/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net/ip + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/builddk/zephyr/subsys/net/ip/libsubsys__net__ip.a b/nrfdemo/builddk/zephyr/subsys/net/ip/libsubsys__net__ip.a Binary files differnew file mode 100644 index 0000000..b3f9c58 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/ip/libsubsys__net__ip.a diff --git a/nrfdemo/builddk/zephyr/subsys/net/l2/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/l2/cmake_install.cmake new file mode 100644 index 0000000..8351ade --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/l2/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net/l2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/builddk/zephyr/subsys/net/l2/offloaded_netdev/cmake_install.cmake") +endif() + diff --git a/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/CMakeFiles/subsys__net__l2__offloaded_netdev.dir/offloaded_netdev.c.obj b/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/CMakeFiles/subsys__net__l2__offloaded_netdev.dir/offloaded_netdev.c.obj Binary files differnew file mode 100644 index 0000000..5def06b --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/CMakeFiles/subsys__net__l2__offloaded_netdev.dir/offloaded_netdev.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/cmake_install.cmake new file mode 100644 index 0000000..0fd71be --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net/l2/offloaded_netdev + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/libsubsys__net__l2__offloaded_netdev.a b/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/libsubsys__net__l2__offloaded_netdev.a Binary files differnew file mode 100644 index 0000000..2d6d832 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/l2/offloaded_netdev/libsubsys__net__l2__offloaded_netdev.a diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/lib/cmake_install.cmake new file mode 100644 index 0000000..665248e --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net/lib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/builddk/zephyr/subsys/net/lib/utils/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/builddk/zephyr/subsys/net/lib/mqtt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/mike/Documents/ncs/v2.7.0/conexio-firmware-sdk/samples/conexio_stratus/mqtt_control/builddk/zephyr/subsys/net/lib/sockets/cmake_install.cmake") +endif() + diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt.c.obj b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt.c.obj Binary files differnew file mode 100644 index 0000000..aeebbb0 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_decoder.c.obj b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_decoder.c.obj Binary files differnew file mode 100644 index 0000000..04b03a9 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_decoder.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_encoder.c.obj b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_encoder.c.obj Binary files differnew file mode 100644 index 0000000..9c6071b --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_encoder.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_rx.c.obj b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_rx.c.obj Binary files differnew file mode 100644 index 0000000..48254d2 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_rx.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport.c.obj b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport.c.obj Binary files differnew file mode 100644 index 0000000..31efc42 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport_socket_tcp.c.obj b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport_socket_tcp.c.obj Binary files differnew file mode 100644 index 0000000..8451ad8 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport_socket_tcp.c.obj diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/cmake_install.cmake new file mode 100644 index 0000000..cc5f775 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net/lib/mqtt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/libsubsys__net__lib__mqtt.a b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/libsubsys__net__lib__mqtt.a Binary files differnew file mode 100644 index 0000000..d9af163 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/mqtt/libsubsys__net__lib__mqtt.a diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/sockets/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/lib/sockets/cmake_install.cmake new file mode 100644 index 0000000..a81341d --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/sockets/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net/lib/sockets + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/builddk/zephyr/subsys/net/lib/utils/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/lib/utils/cmake_install.cmake new file mode 100644 index 0000000..f44d22d --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/lib/utils/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net/lib/utils + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + diff --git a/nrfdemo/builddk/zephyr/subsys/net/libsubsys__net.a b/nrfdemo/builddk/zephyr/subsys/net/libsubsys__net.a Binary files differnew file mode 100644 index 0000000..cb80624 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/libsubsys__net.a diff --git a/nrfdemo/builddk/zephyr/subsys/net/pkt_filter/cmake_install.cmake b/nrfdemo/builddk/zephyr/subsys/net/pkt_filter/cmake_install.cmake new file mode 100644 index 0000000..d6e3419 --- /dev/null +++ b/nrfdemo/builddk/zephyr/subsys/net/pkt_filter/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/subsys/net/pkt_filter + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/mike/ncs/toolchains/e9dba88316/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-objdump") +endif() + |
