summaryrefslogtreecommitdiff
path: root/nrfdemo/builddk/zephyr/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'nrfdemo/builddk/zephyr/drivers')
-rw-r--r--nrfdemo/builddk/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.objbin0 -> 67712 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/clock_control/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/clock_control/libdrivers__clock_control.abin0 -> 68116 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/cmake_install.cmake104
-rw-r--r--nrfdemo/builddk/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.objbin0 -> 9484 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/console/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/console/libdrivers__console.abin0 -> 9720 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/disk/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_psa_crypto.c.objbin0 -> 7704 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/entropy/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/entropy/libdrivers__entropy.abin0 -> 7946 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.objbin0 -> 46644 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/gpio/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/gpio/libdrivers__gpio.abin0 -> 46800 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/interrupt_controller/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/misc/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/pcie/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.objbin0 -> 4264 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.objbin0 -> 24368 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/pinctrl/cmake_install.cmake44
-rw-r--r--nrfdemo/builddk/zephyr/drivers/pinctrl/libdrivers__pinctrl.abin0 -> 28956 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/pinctrl/renesas/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.objbin0 -> 57588 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/serial/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/serial/libdrivers__serial.abin0 -> 57858 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.objbin0 -> 63564 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.objbin0 -> 3536 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/timer/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/timer/libdrivers__timer.abin0 -> 67990 bytes
-rw-r--r--nrfdemo/builddk/zephyr/drivers/usb/cmake_install.cmake44
-rw-r--r--nrfdemo/builddk/zephyr/drivers/usb/common/cmake_install.cmake44
-rw-r--r--nrfdemo/builddk/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake39
-rw-r--r--nrfdemo/builddk/zephyr/drivers/usb_c/cmake_install.cmake39
33 files changed, 743 insertions, 0 deletions
diff --git a/nrfdemo/builddk/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj b/nrfdemo/builddk/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
new file mode 100644
index 0000000..b390b4e
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/clock_control/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/clock_control/cmake_install.cmake
new file mode 100644
index 0000000..7fca109
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/clock_control/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/clock_control
+
+# 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/drivers/clock_control/libdrivers__clock_control.a b/nrfdemo/builddk/zephyr/drivers/clock_control/libdrivers__clock_control.a
new file mode 100644
index 0000000..f6d0df8
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/clock_control/libdrivers__clock_control.a
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/cmake_install.cmake
new file mode 100644
index 0000000..f8a338a
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/cmake_install.cmake
@@ -0,0 +1,104 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers
+
+# 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/drivers/disk/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/drivers/interrupt_controller/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/drivers/misc/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/drivers/pcie/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/drivers/usb/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/drivers/usb_c/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/drivers/clock_control/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/drivers/console/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/drivers/entropy/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/drivers/gpio/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/drivers/pinctrl/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/drivers/serial/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/drivers/timer/cmake_install.cmake")
+endif()
+
diff --git a/nrfdemo/builddk/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj b/nrfdemo/builddk/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
new file mode 100644
index 0000000..15cd0df
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/console/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/console/cmake_install.cmake
new file mode 100644
index 0000000..a6987df
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/console/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/console
+
+# 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/drivers/console/libdrivers__console.a b/nrfdemo/builddk/zephyr/drivers/console/libdrivers__console.a
new file mode 100644
index 0000000..d026ea0
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/console/libdrivers__console.a
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/disk/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/disk/cmake_install.cmake
new file mode 100644
index 0000000..3d860d7
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/disk/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/disk
+
+# 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/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_psa_crypto.c.obj b/nrfdemo/builddk/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_psa_crypto.c.obj
new file mode 100644
index 0000000..2689f25
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_psa_crypto.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/entropy/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/entropy/cmake_install.cmake
new file mode 100644
index 0000000..bf6d915
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/entropy/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/entropy
+
+# 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/drivers/entropy/libdrivers__entropy.a b/nrfdemo/builddk/zephyr/drivers/entropy/libdrivers__entropy.a
new file mode 100644
index 0000000..72bddf3
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/entropy/libdrivers__entropy.a
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj b/nrfdemo/builddk/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
new file mode 100644
index 0000000..bd2588a
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/gpio/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/gpio/cmake_install.cmake
new file mode 100644
index 0000000..81f7918
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/gpio/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/gpio
+
+# 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/drivers/gpio/libdrivers__gpio.a b/nrfdemo/builddk/zephyr/drivers/gpio/libdrivers__gpio.a
new file mode 100644
index 0000000..bd7b527
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/gpio/libdrivers__gpio.a
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/interrupt_controller/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/interrupt_controller/cmake_install.cmake
new file mode 100644
index 0000000..06a2833
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/interrupt_controller/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/interrupt_controller
+
+# 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/drivers/misc/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/misc/cmake_install.cmake
new file mode 100644
index 0000000..9af42e9
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/misc/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/misc
+
+# 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/drivers/pcie/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/pcie/cmake_install.cmake
new file mode 100644
index 0000000..68cff63
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/pcie/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/pcie
+
+# 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/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj b/nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj
new file mode 100644
index 0000000..41c7f38
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj b/nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj
new file mode 100644
index 0000000..2d90d6c
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/pinctrl/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/pinctrl/cmake_install.cmake
new file mode 100644
index 0000000..d90fb5e
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/pinctrl/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/pinctrl
+
+# 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/drivers/pinctrl/renesas/cmake_install.cmake")
+endif()
+
diff --git a/nrfdemo/builddk/zephyr/drivers/pinctrl/libdrivers__pinctrl.a b/nrfdemo/builddk/zephyr/drivers/pinctrl/libdrivers__pinctrl.a
new file mode 100644
index 0000000..7b7590c
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/pinctrl/libdrivers__pinctrl.a
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/pinctrl/renesas/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/pinctrl/renesas/cmake_install.cmake
new file mode 100644
index 0000000..1345c0c
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/pinctrl/renesas/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/pinctrl/renesas
+
+# 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/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj b/nrfdemo/builddk/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
new file mode 100644
index 0000000..f7f69f1
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/serial/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/serial/cmake_install.cmake
new file mode 100644
index 0000000..a7da100
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/serial/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/serial
+
+# 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/drivers/serial/libdrivers__serial.a b/nrfdemo/builddk/zephyr/drivers/serial/libdrivers__serial.a
new file mode 100644
index 0000000..ed62523
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/serial/libdrivers__serial.a
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj b/nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
new file mode 100644
index 0000000..3846481
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj b/nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
new file mode 100644
index 0000000..04a6640
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/timer/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/timer/cmake_install.cmake
new file mode 100644
index 0000000..b3ac63a
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/timer/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/timer
+
+# 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/drivers/timer/libdrivers__timer.a b/nrfdemo/builddk/zephyr/drivers/timer/libdrivers__timer.a
new file mode 100644
index 0000000..feaf084
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/timer/libdrivers__timer.a
Binary files differ
diff --git a/nrfdemo/builddk/zephyr/drivers/usb/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/usb/cmake_install.cmake
new file mode 100644
index 0000000..8dda850
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/usb/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/usb
+
+# 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/drivers/usb/common/cmake_install.cmake")
+endif()
+
diff --git a/nrfdemo/builddk/zephyr/drivers/usb/common/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/usb/common/cmake_install.cmake
new file mode 100644
index 0000000..debdcd6
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/usb/common/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/usb/common
+
+# 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/drivers/usb/common/nrf_usbd_common/cmake_install.cmake")
+endif()
+
diff --git a/nrfdemo/builddk/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake
new file mode 100644
index 0000000..c5af23e
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/usb/common/nrf_usbd_common
+
+# 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/drivers/usb_c/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/usb_c/cmake_install.cmake
new file mode 100644
index 0000000..f9438c9
--- /dev/null
+++ b/nrfdemo/builddk/zephyr/drivers/usb_c/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /home/mike/Documents/ncs/v2.7.0/zephyr/drivers/usb_c
+
+# 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()
+