aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-03-20 16:39:49 +0100
committerKarel Kočí <cynerd@email.cz>2016-03-20 16:41:30 +0100
commitdba729ab1755345257724246a9df87aa7f32f25d (patch)
tree8fefe74e1cea735652409786315f987f95dc3cd0
parent9439c6f1caffd938673018f3af7460b33a12528e (diff)
downloadavr-ioe-dba729ab1755345257724246a9df87aa7f32f25d.tar.gz
avr-ioe-dba729ab1755345257724246a9df87aa7f32f25d.tar.bz2
avr-ioe-dba729ab1755345257724246a9df87aa7f32f25d.zip
Kconfig move
-rw-r--r--.gitmodules2
-rw-r--r--Makefile4
m---------tools/kconfig (renamed from kconfig)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index beb1370..c631d26 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,5 +1,5 @@
[submodule "kconfig"]
- path = kconfig
+ path = tools/kconfig
url = https://github.com/guillon/kconfig.git
[submodule "tests/simavr"]
path = tests/simavr
diff --git a/Makefile b/Makefile
index 67aaf49..4f8da62 100644
--- a/Makefile
+++ b/Makefile
@@ -124,8 +124,8 @@ MAKEOVERRIDES =
callconfig = $(Q)\
[ ! -f "$(CONFIG)" ] || mv "$(CONFIG)" config; \
- IOEROOT=. $(MAKE) -f kconfig/GNUmakefile --no-print-directory \
- TOPDIR=. SRCDIR=kconfig $(1); \
+ IOEROOT=. $(MAKE) -f tools/kconfig/GNUmakefile --no-print-directory \
+ TOPDIR=. SRCDIR=tools/kconfig $(1); \
[ ! -f config ] || mv config "$(CONFIG)"; \
[ ! -f config.old ] || mv config.old "$(CONFIG).old"
# Note about this file moving madness:
diff --git a/kconfig b/tools/kconfig
-Subproject 6814159a0a618a145aa5786a0ec3d311ce81ee9
+Subproject 6814159a0a618a145aa5786a0ec3d311ce81ee9