From 9078b7ec09b135f091cb951ed234bf013c9c838e Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Sat, 19 Apr 2025 22:50:44 +0200 Subject: bme680 added --- .../clock_control_nrf.c.obj | Bin 67712 -> 0 bytes .../drivers/clock_control/cmake_install.cmake | 39 -------- .../clock_control/libdrivers__clock_control.a | Bin 68116 -> 0 bytes nrfdemo/builddk/zephyr/drivers/cmake_install.cmake | 104 --------------------- .../drivers__console.dir/uart_console.c.obj | Bin 9484 -> 0 bytes .../zephyr/drivers/console/cmake_install.cmake | 39 -------- .../zephyr/drivers/console/libdrivers__console.a | Bin 9720 -> 0 bytes .../zephyr/drivers/disk/cmake_install.cmake | 39 -------- .../drivers__entropy.dir/entropy_psa_crypto.c.obj | Bin 7704 -> 0 bytes .../zephyr/drivers/entropy/cmake_install.cmake | 39 -------- .../zephyr/drivers/entropy/libdrivers__entropy.a | Bin 7946 -> 0 bytes .../CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj | Bin 46644 -> 0 bytes .../zephyr/drivers/gpio/cmake_install.cmake | 39 -------- .../builddk/zephyr/drivers/gpio/libdrivers__gpio.a | Bin 46800 -> 0 bytes .../interrupt_controller/cmake_install.cmake | 39 -------- .../zephyr/drivers/misc/cmake_install.cmake | 39 -------- .../zephyr/drivers/pcie/cmake_install.cmake | 39 -------- .../CMakeFiles/drivers__pinctrl.dir/common.c.obj | Bin 4264 -> 0 bytes .../drivers__pinctrl.dir/pinctrl_nrf.c.obj | Bin 24368 -> 0 bytes .../zephyr/drivers/pinctrl/cmake_install.cmake | 44 --------- .../zephyr/drivers/pinctrl/libdrivers__pinctrl.a | Bin 28956 -> 0 bytes .../drivers/pinctrl/renesas/cmake_install.cmake | 39 -------- .../drivers__serial.dir/uart_nrfx_uarte.c.obj | Bin 57588 -> 0 bytes .../zephyr/drivers/serial/cmake_install.cmake | 39 -------- .../zephyr/drivers/serial/libdrivers__serial.a | Bin 57858 -> 0 bytes .../drivers__timer.dir/nrf_rtc_timer.c.obj | Bin 63564 -> 0 bytes .../drivers__timer.dir/sys_clock_init.c.obj | Bin 3536 -> 0 bytes .../zephyr/drivers/timer/cmake_install.cmake | 39 -------- .../zephyr/drivers/timer/libdrivers__timer.a | Bin 67990 -> 0 bytes .../builddk/zephyr/drivers/usb/cmake_install.cmake | 44 --------- .../zephyr/drivers/usb/common/cmake_install.cmake | 44 --------- .../usb/common/nrf_usbd_common/cmake_install.cmake | 39 -------- .../zephyr/drivers/usb_c/cmake_install.cmake | 39 -------- 33 files changed, 743 deletions(-) delete mode 100644 nrfdemo/builddk/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/clock_control/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/clock_control/libdrivers__clock_control.a delete mode 100644 nrfdemo/builddk/zephyr/drivers/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/console/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/console/libdrivers__console.a delete mode 100644 nrfdemo/builddk/zephyr/drivers/disk/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_psa_crypto.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/entropy/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/entropy/libdrivers__entropy.a delete mode 100644 nrfdemo/builddk/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/gpio/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/gpio/libdrivers__gpio.a delete mode 100644 nrfdemo/builddk/zephyr/drivers/interrupt_controller/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/misc/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/pcie/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/pinctrl/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/pinctrl/libdrivers__pinctrl.a delete mode 100644 nrfdemo/builddk/zephyr/drivers/pinctrl/renesas/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/serial/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/serial/libdrivers__serial.a delete mode 100644 nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj delete mode 100644 nrfdemo/builddk/zephyr/drivers/timer/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/timer/libdrivers__timer.a delete mode 100644 nrfdemo/builddk/zephyr/drivers/usb/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/usb/common/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake delete mode 100644 nrfdemo/builddk/zephyr/drivers/usb_c/cmake_install.cmake (limited to 'nrfdemo/builddk/zephyr/drivers') 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 deleted file mode 100644 index b390b4e..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/clock_control/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/clock_control/cmake_install.cmake deleted file mode 100644 index 7fca109..0000000 --- a/nrfdemo/builddk/zephyr/drivers/clock_control/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index f6d0df8..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/clock_control/libdrivers__clock_control.a and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/cmake_install.cmake deleted file mode 100644 index f8a338a..0000000 --- a/nrfdemo/builddk/zephyr/drivers/cmake_install.cmake +++ /dev/null @@ -1,104 +0,0 @@ -# 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 deleted file mode 100644 index 15cd0df..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/console/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/console/cmake_install.cmake deleted file mode 100644 index a6987df..0000000 --- a/nrfdemo/builddk/zephyr/drivers/console/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index d026ea0..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/console/libdrivers__console.a and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/disk/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/disk/cmake_install.cmake deleted file mode 100644 index 3d860d7..0000000 --- a/nrfdemo/builddk/zephyr/drivers/disk/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index 2689f25..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_psa_crypto.c.obj and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/entropy/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/entropy/cmake_install.cmake deleted file mode 100644 index bf6d915..0000000 --- a/nrfdemo/builddk/zephyr/drivers/entropy/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index 72bddf3..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/entropy/libdrivers__entropy.a and /dev/null 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 deleted file mode 100644 index bd2588a..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/gpio/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/gpio/cmake_install.cmake deleted file mode 100644 index 81f7918..0000000 --- a/nrfdemo/builddk/zephyr/drivers/gpio/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index bd7b527..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/gpio/libdrivers__gpio.a and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/interrupt_controller/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/interrupt_controller/cmake_install.cmake deleted file mode 100644 index 06a2833..0000000 --- a/nrfdemo/builddk/zephyr/drivers/interrupt_controller/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index 9af42e9..0000000 --- a/nrfdemo/builddk/zephyr/drivers/misc/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index 68cff63..0000000 --- a/nrfdemo/builddk/zephyr/drivers/pcie/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index 41c7f38..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj and /dev/null 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 deleted file mode 100644 index 2d90d6c..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/pinctrl/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/pinctrl/cmake_install.cmake deleted file mode 100644 index d90fb5e..0000000 --- a/nrfdemo/builddk/zephyr/drivers/pinctrl/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# 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 deleted file mode 100644 index 7b7590c..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/pinctrl/libdrivers__pinctrl.a and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/pinctrl/renesas/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/pinctrl/renesas/cmake_install.cmake deleted file mode 100644 index 1345c0c..0000000 --- a/nrfdemo/builddk/zephyr/drivers/pinctrl/renesas/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index f7f69f1..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/serial/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/serial/cmake_install.cmake deleted file mode 100644 index a7da100..0000000 --- a/nrfdemo/builddk/zephyr/drivers/serial/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index ed62523..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/serial/libdrivers__serial.a and /dev/null 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 deleted file mode 100644 index 3846481..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj and /dev/null 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 deleted file mode 100644 index 04a6640..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/timer/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/timer/cmake_install.cmake deleted file mode 100644 index b3ac63a..0000000 --- a/nrfdemo/builddk/zephyr/drivers/timer/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index feaf084..0000000 Binary files a/nrfdemo/builddk/zephyr/drivers/timer/libdrivers__timer.a and /dev/null differ diff --git a/nrfdemo/builddk/zephyr/drivers/usb/cmake_install.cmake b/nrfdemo/builddk/zephyr/drivers/usb/cmake_install.cmake deleted file mode 100644 index 8dda850..0000000 --- a/nrfdemo/builddk/zephyr/drivers/usb/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# 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 deleted file mode 100644 index debdcd6..0000000 --- a/nrfdemo/builddk/zephyr/drivers/usb/common/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# 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 deleted file mode 100644 index c5af23e..0000000 --- a/nrfdemo/builddk/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index f9438c9..0000000 --- a/nrfdemo/builddk/zephyr/drivers/usb_c/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# 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() - -- cgit v1.2.3