From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNqb-0006n3-Ha for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPNqW-00078A-J6 for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:01 -0400 Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:49891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNqW-00077p-Cv for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:31:56 -0400 Received: by mail-ee0-f47.google.com with SMTP id d49so901868eek.6 for ; Thu, 26 Sep 2013 19:31:55 -0700 (PDT) Sender: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= From: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Date: Fri, 27 Sep 2013 04:30:25 +0200 Message-Id: <1380249092-4775-5-git-send-email-akoskovacs@gmx.com> In-Reply-To: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> References: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [v2 04/71] scripts/kconfig: kconfig-frontends submodule added List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Add the kconfig-frontends to scripts/, picking version 3.10. Signed-off-by: Ákos Kovács --- .gitmodules | 3 +++ scripts/kconfig | 1 + 2 files changed, 4 insertions(+) create mode 160000 scripts/kconfig diff --git a/.gitmodules b/.gitmodules index d7e3f3c..754fc03 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "dtc"] path = dtc url = git://git.qemu.org/dtc.git +[submodule "scripts/kconfig"] + path = scripts/kconfig + url = git://ymorin.is-a-geek.org/kconfig-frontends diff --git a/scripts/kconfig b/scripts/kconfig new file mode 160000 index 0000000..f0a6c0a --- /dev/null +++ b/scripts/kconfig @@ -0,0 +1 @@ +Subproject commit f0a6c0a0d14545c81757934c3679511b63b6c82f -- 1.8.1.2