summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kconfig2
-rw-r--r--Makefile2
-rw-r--r--toolchain/toolchain.kconfig (renamed from kconfig/toolchain.kconfig)0
-rw-r--r--toolchain/toolchain.mk (renamed from mk/toolchain.mk)0
4 files changed, 2 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index 75cdb29..e23319e 100644
--- a/Kconfig
+++ b/Kconfig
@@ -57,7 +57,7 @@ config EMBTK_OLDPACKAGES
This will allow you to build old revisions of some packages.
menu "Toolchain configuration"
-source "kconfig/toolchain.kconfig"
+source "toolchain/toolchain.kconfig"
endmenu
menu "Toolchain Addons - Debugging systems"
diff --git a/Makefile b/Makefile
index 62749f9..2bda3c9 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ include mk/macros.mk
include mk/targetsys.mk
include mk/target-mcu.mk
include mk/buildsystem.mk
-include mk/toolchain.mk
+include toolchain/toolchain.mk
include mk/packages.mk
include mk/rootfs/rootfs.mk
include mk/help.mk
diff --git a/kconfig/toolchain.kconfig b/toolchain/toolchain.kconfig
index 0538ed7..0538ed7 100644
--- a/kconfig/toolchain.kconfig
+++ b/toolchain/toolchain.kconfig
diff --git a/mk/toolchain.mk b/toolchain/toolchain.mk
index 5cf40fd..5cf40fd 100644
--- a/mk/toolchain.mk
+++ b/toolchain/toolchain.mk