From dba729ab1755345257724246a9df87aa7f32f25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 20 Mar 2016 16:39:49 +0100 Subject: Kconfig move --- .gitmodules | 2 +- Makefile | 4 ++-- kconfig | 1 - tools/kconfig | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 kconfig create mode 160000 tools/kconfig 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/kconfig deleted file mode 160000 index 6814159..0000000 --- a/kconfig +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6814159a0a618a145aa5786a0ec3d311ce81ee91 diff --git a/tools/kconfig b/tools/kconfig new file mode 160000 index 0000000..6814159 --- /dev/null +++ b/tools/kconfig @@ -0,0 +1 @@ +Subproject commit 6814159a0a618a145aa5786a0ec3d311ce81ee91 -- cgit v1.2.3