aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr/z_config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ports/zephyr/z_config.mk')
-rw-r--r--ports/zephyr/z_config.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/ports/zephyr/z_config.mk b/ports/zephyr/z_config.mk
deleted file mode 100644
index 28addd8f2..000000000
--- a/ports/zephyr/z_config.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-srctree = $(ZEPHYR_BASE)
-
-include $(Z_DOTCONFIG)
-override ARCH = $(subst $(DQUOTE),,$(CONFIG_ARCH))
-SOC_NAME = $(subst $(DQUOTE),,$(CONFIG_SOC))
-SOC_SERIES = $(subst $(DQUOTE),,$(CONFIG_SOC_SERIES))
-SOC_FAMILY = $(subst $(DQUOTE),,$(CONFIG_SOC_FAMILY))
-ifeq ($(SOC_SERIES),)
-SOC_PATH = $(SOC_NAME)
-else
-SOC_PATH = $(SOC_FAMILY)/$(SOC_SERIES)
-endif
-
-KBUILD_CFLAGS := -c
-include $(ZEPHYR_BASE)/scripts/Kbuild.include
-
-include $(ZEPHYR_BASE)/arch/$(ARCH)/Makefile