diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-30 17:54:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-30 17:56:52 +0200 |
commit | 185f430dbf2c36415930941eced92723824950d6 (patch) | |
tree | 4dcd88236e1011b3fc2da9c3e567da0b9d7fe4d1 /target/zephyr | |
parent | 2045193013cf9f18c3bdf6e81daf2bb87c17bff4 (diff) |
remove unfinished alternative os porting efforts
Diffstat (limited to 'target/zephyr')
-rw-r--r-- | target/zephyr/Config.in | 0 | ||||
-rw-r--r-- | target/zephyr/Makefile | 33 | ||||
-rw-r--r-- | target/zephyr/arch.lst | 4 |
3 files changed, 0 insertions, 37 deletions
diff --git a/target/zephyr/Config.in b/target/zephyr/Config.in deleted file mode 100644 index e69de29bb..000000000 --- a/target/zephyr/Config.in +++ /dev/null diff --git a/target/zephyr/Makefile b/target/zephyr/Makefile deleted file mode 100644 index 2f937225c..000000000 --- a/target/zephyr/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(ADK_TOPDIR)/rules.mk - -prepare: - if [ ! -d $(BUILD_DIR)/zephyr ]; then \ - cd $(BUILD_DIR) ;\ - git clone https://github.com/zephyrproject-rtos/zephyr.git ;\ - fi - if [ ! -d $(BUILD_DIR)/zephyr-kconfig ]; then \ - mkdir $(BUILD_DIR)/zephyr-kconfig ;\ - fi - cd $(BUILD_DIR)/zephyr-kconfig && \ - PATH='$(HOST_PATH)' cmake $(BUILD_DIR)/zephyr/scripts && \ - make - source $(BUILD_DIR)/zephyr/zephyr-env.sh - -compile: - export GCCXTENSA_TOOLCHAIN_PATH="$(TOOLCHAIN_DIR)" - export ZEPHYR_GCC_VARIANT=gccxtensa - if [ ! -d $(BUILD_DIR)/zephyr/samples/hello_world/build ]; then \ - mkdir $(BUILD_DIR)/zephyr/samples/hello_world/build ;\ - fi - cd $(BUILD_DIR)/zephyr/samples/hello_world/build && \ - cmake -DBOARD=qemu_xtensa .. && \ - make - -install: - -targethelp: - -clean: diff --git a/target/zephyr/arch.lst b/target/zephyr/arch.lst deleted file mode 100644 index 951bee724..000000000 --- a/target/zephyr/arch.lst +++ /dev/null @@ -1,4 +0,0 @@ -arc -arm -x86_64 -xtensa |