diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-04-19 22:50:44 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-04-19 22:50:44 +0200 |
| commit | 9078b7ec09b135f091cb951ed234bf013c9c838e (patch) | |
| tree | ba953e144c2dd42d327a83720cdfc9fb5bb9fe34 /nrfdemo/build/zephyr/subsys/net | |
| parent | 2e13c372f1419f08dab7797b244681f889dd9bcf (diff) | |
bme680 added
Diffstat (limited to 'nrfdemo/build/zephyr/subsys/net')
30 files changed, 0 insertions, 391 deletions
diff --git a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj b/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj Binary files differdeleted file mode 100644 index 6b8f4d4..0000000 --- a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj b/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj Binary files differdeleted file mode 100644 index 9783e22..0000000 --- a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf_simple.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/getaddrinfo.c.obj b/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/getaddrinfo.c.obj Binary files differdeleted file mode 100644 index e2af3f6..0000000 --- a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/getaddrinfo.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/socket_offload.c.obj b/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/socket_offload.c.obj Binary files differdeleted file mode 100644 index 84b16b1..0000000 --- a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/socket_offload.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets.c.obj b/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets.c.obj Binary files differdeleted file mode 100644 index 884267a..0000000 --- a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_select.c.obj b/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_select.c.obj Binary files differdeleted file mode 100644 index 10f002b..0000000 --- a/nrfdemo/build/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_select.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/cmake_install.cmake deleted file mode 100644 index 265d884..0000000 --- a/nrfdemo/build/zephyr/subsys/net/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# 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/build/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/build/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/build/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/build/zephyr/subsys/net/lib/cmake_install.cmake") -endif() - diff --git a/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj b/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj Binary files differdeleted file mode 100644 index a28db18..0000000 --- a/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj b/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj Binary files differdeleted file mode 100644 index 2c42c3a..0000000 --- a/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj b/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj Binary files differdeleted file mode 100644 index 04c80b6..0000000 --- a/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj b/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj Binary files differdeleted file mode 100644 index f6972af..0000000 --- a/nrfdemo/build/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/ip/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/ip/cmake_install.cmake deleted file mode 100644 index 2f75863..0000000 --- a/nrfdemo/build/zephyr/subsys/net/ip/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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/build/zephyr/subsys/net/ip/libsubsys__net__ip.a b/nrfdemo/build/zephyr/subsys/net/ip/libsubsys__net__ip.a Binary files differdeleted file mode 100644 index 3537b58..0000000 --- a/nrfdemo/build/zephyr/subsys/net/ip/libsubsys__net__ip.a +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/l2/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/l2/cmake_install.cmake deleted file mode 100644 index 4b50470..0000000 --- a/nrfdemo/build/zephyr/subsys/net/l2/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# 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/build/zephyr/subsys/net/l2/offloaded_netdev/cmake_install.cmake") -endif() - diff --git a/nrfdemo/build/zephyr/subsys/net/l2/offloaded_netdev/CMakeFiles/subsys__net__l2__offloaded_netdev.dir/offloaded_netdev.c.obj b/nrfdemo/build/zephyr/subsys/net/l2/offloaded_netdev/CMakeFiles/subsys__net__l2__offloaded_netdev.dir/offloaded_netdev.c.obj Binary files differdeleted file mode 100644 index b12c964..0000000 --- a/nrfdemo/build/zephyr/subsys/net/l2/offloaded_netdev/CMakeFiles/subsys__net__l2__offloaded_netdev.dir/offloaded_netdev.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/l2/offloaded_netdev/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/l2/offloaded_netdev/cmake_install.cmake deleted file mode 100644 index 0fd71be..0000000 --- a/nrfdemo/build/zephyr/subsys/net/l2/offloaded_netdev/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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/build/zephyr/subsys/net/l2/offloaded_netdev/libsubsys__net__l2__offloaded_netdev.a b/nrfdemo/build/zephyr/subsys/net/l2/offloaded_netdev/libsubsys__net__l2__offloaded_netdev.a Binary files differdeleted file mode 100644 index 272cd0e..0000000 --- a/nrfdemo/build/zephyr/subsys/net/l2/offloaded_netdev/libsubsys__net__l2__offloaded_netdev.a +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/lib/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/lib/cmake_install.cmake deleted file mode 100644 index db1f320..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/cmake_install.cmake +++ /dev/null @@ -1,54 +0,0 @@ -# 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/build/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/build/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/build/zephyr/subsys/net/lib/sockets/cmake_install.cmake") -endif() - diff --git a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt.c.obj b/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt.c.obj Binary files differdeleted file mode 100644 index 23cf53e..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_decoder.c.obj b/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_decoder.c.obj Binary files differdeleted file mode 100644 index cd92399..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_decoder.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_encoder.c.obj b/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_encoder.c.obj Binary files differdeleted file mode 100644 index fc4a27b..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_encoder.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_rx.c.obj b/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_rx.c.obj Binary files differdeleted file mode 100644 index 8fa2583..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_rx.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport.c.obj b/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport.c.obj Binary files differdeleted file mode 100644 index 6a23534..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport_socket_tcp.c.obj b/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport_socket_tcp.c.obj Binary files differdeleted file mode 100644 index 634dfc6..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/CMakeFiles/subsys__net__lib__mqtt.dir/mqtt_transport_socket_tcp.c.obj +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/lib/mqtt/cmake_install.cmake deleted file mode 100644 index cc5f775..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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/build/zephyr/subsys/net/lib/mqtt/libsubsys__net__lib__mqtt.a b/nrfdemo/build/zephyr/subsys/net/lib/mqtt/libsubsys__net__lib__mqtt.a Binary files differdeleted file mode 100644 index 38a457d..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/mqtt/libsubsys__net__lib__mqtt.a +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/lib/sockets/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/lib/sockets/cmake_install.cmake deleted file mode 100644 index a81341d..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/sockets/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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/build/zephyr/subsys/net/lib/utils/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/lib/utils/cmake_install.cmake deleted file mode 100644 index f44d22d..0000000 --- a/nrfdemo/build/zephyr/subsys/net/lib/utils/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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/build/zephyr/subsys/net/libsubsys__net.a b/nrfdemo/build/zephyr/subsys/net/libsubsys__net.a Binary files differdeleted file mode 100644 index c4416dd..0000000 --- a/nrfdemo/build/zephyr/subsys/net/libsubsys__net.a +++ /dev/null diff --git a/nrfdemo/build/zephyr/subsys/net/pkt_filter/cmake_install.cmake b/nrfdemo/build/zephyr/subsys/net/pkt_filter/cmake_install.cmake deleted file mode 100644 index d6e3419..0000000 --- a/nrfdemo/build/zephyr/subsys/net/pkt_filter/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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() - |
