From: Roland Hieber <r.hieber@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <r.hieber@pengutronix.de>
Subject: [ptxdist] [PATCH 2/2] templates/*-in: tell vim to use Kconfig syntax
Date: Wed, 14 Jun 2017 12:31:26 +0200 [thread overview]
Message-ID: <20170614103126.22766-2-r.hieber@pengutronix.de> (raw)
In-Reply-To: <20170614103126.22766-1-r.hieber@pengutronix.de>
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
rules/templates/template-barebox-in | 2 ++
rules/templates/template-blspec-entry-in | 2 ++
rules/templates/template-class-existing-target-in | 2 ++
rules/templates/template-class-in | 2 ++
rules/templates/template-file-in | 2 ++
rules/templates/template-font-in | 2 ++
rules/templates/template-image-genimage-in | 2 ++
rules/templates/template-image-tgz-in | 2 ++
rules/templates/template-kernel-in | 2 ++
rules/templates/template-klibc-existing-target-in | 2 ++
rules/templates/template-klibc-in | 2 ++
rules/templates/template-src-autoconf-in | 2 ++
rules/templates/template-src-cmake-prog-in | 2 ++
rules/templates/template-src-linux-driver-in | 2 ++
rules/templates/template-src-make-prog-in | 2 ++
rules/templates/template-src-qmake-prog-in | 2 ++
rules/templates/template-src-stellaris-in | 2 ++
rules/templates/template-target-in | 2 ++
18 files changed, 36 insertions(+)
diff --git a/rules/templates/template-barebox-in b/rules/templates/template-barebox-in
index 44d920f4f..90a0e9668 100644
--- a/rules/templates/template-barebox-in
+++ b/rules/templates/template-barebox-in
@@ -5,3 +5,5 @@ config BAREBOX_@PACKAGE@
prompt "Barebox (@package@)"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-blspec-entry-in b/rules/templates/template-blspec-entry-in
index c17e3ed8c..c76738c6e 100644
--- a/rules/templates/template-blspec-entry-in
+++ b/rules/templates/template-blspec-entry-in
@@ -3,3 +3,5 @@
config BLSPEC_@PACKAGE@
tristate
prompt "/loader/entries/@ENTRY@ bootloader spec entry"
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-class-existing-target-in b/rules/templates/template-class-existing-target-in
index 7aeb6eb03..bc63a8992 100644
--- a/rules/templates/template-class-existing-target-in
+++ b/rules/templates/template-class-existing-target-in
@@ -5,3 +5,5 @@ config @CLASS@@PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-class-in b/rules/templates/template-class-in
index 7aeb6eb03..bc63a8992 100644
--- a/rules/templates/template-class-in
+++ b/rules/templates/template-class-in
@@ -5,3 +5,5 @@ config @CLASS@@PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-file-in b/rules/templates/template-file-in
index e5cdde569..f8de25358 100644
--- a/rules/templates/template-file-in
+++ b/rules/templates/template-file-in
@@ -5,3 +5,5 @@ config @PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-font-in b/rules/templates/template-font-in
index bf20d50bf..95934e97d 100644
--- a/rules/templates/template-font-in
+++ b/rules/templates/template-font-in
@@ -6,3 +6,5 @@ config @PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-image-genimage-in b/rules/templates/template-image-genimage-in
index 28a95d6d9..1b4d3b465 100644
--- a/rules/templates/template-image-genimage-in
+++ b/rules/templates/template-image-genimage-in
@@ -6,3 +6,5 @@ config IMAGE_@PACKAGE@
prompt "Generate images/@package@.@TYPE@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-image-tgz-in b/rules/templates/template-image-tgz-in
index cdb0712f6..1a3c52750 100644
--- a/rules/templates/template-image-tgz-in
+++ b/rules/templates/template-image-tgz-in
@@ -5,3 +5,5 @@ config IMAGE_@PACKAGE@_TGZ
prompt "Generate images/@package@.tgz"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-kernel-in b/rules/templates/template-kernel-in
index 1b2b06a55..ea6a78197 100644
--- a/rules/templates/template-kernel-in
+++ b/rules/templates/template-kernel-in
@@ -7,3 +7,5 @@ config KERNEL_@PACKAGE@
#select HOST_U_BOOT_TOOLS
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-klibc-existing-target-in b/rules/templates/template-klibc-existing-target-in
index ec66826ae..88589a4f5 100644
--- a/rules/templates/template-klibc-existing-target-in
+++ b/rules/templates/template-klibc-existing-target-in
@@ -6,3 +6,5 @@ config @CLASS@@PACKAGE@
select KLIBC
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-klibc-in b/rules/templates/template-klibc-in
index 69fe0b8f7..9e666a8c7 100644
--- a/rules/templates/template-klibc-in
+++ b/rules/templates/template-klibc-in
@@ -6,3 +6,5 @@ config @PACKAGE@
select KLIBC
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-src-autoconf-in b/rules/templates/template-src-autoconf-in
index bd724effb..48fad45ed 100644
--- a/rules/templates/template-src-autoconf-in
+++ b/rules/templates/template-src-autoconf-in
@@ -5,3 +5,5 @@ config @PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-src-cmake-prog-in b/rules/templates/template-src-cmake-prog-in
index 37e6541dd..b56612ba2 100644
--- a/rules/templates/template-src-cmake-prog-in
+++ b/rules/templates/template-src-cmake-prog-in
@@ -6,3 +6,5 @@ config @PACKAGE@
select HOST_CMAKE
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-src-linux-driver-in b/rules/templates/template-src-linux-driver-in
index 7cb61c87c..b5186e101 100644
--- a/rules/templates/template-src-linux-driver-in
+++ b/rules/templates/template-src-linux-driver-in
@@ -6,3 +6,5 @@ config @PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-src-make-prog-in b/rules/templates/template-src-make-prog-in
index e5cdde569..f8de25358 100644
--- a/rules/templates/template-src-make-prog-in
+++ b/rules/templates/template-src-make-prog-in
@@ -5,3 +5,5 @@ config @PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-src-qmake-prog-in b/rules/templates/template-src-qmake-prog-in
index 914b6816c..e360264ef 100644
--- a/rules/templates/template-src-qmake-prog-in
+++ b/rules/templates/template-src-qmake-prog-in
@@ -6,3 +6,5 @@ config @PACKAGE@
select QT4
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-src-stellaris-in b/rules/templates/template-src-stellaris-in
index d255fec84..95e89a8d3 100644
--- a/rules/templates/template-src-stellaris-in
+++ b/rules/templates/template-src-stellaris-in
@@ -6,3 +6,5 @@ config @PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
diff --git a/rules/templates/template-target-in b/rules/templates/template-target-in
index e5cdde569..f8de25358 100644
--- a/rules/templates/template-target-in
+++ b/rules/templates/template-target-in
@@ -5,3 +5,5 @@ config @PACKAGE@
prompt "@package@"
help
FIXME
+
+# vim: syntax=kconfig
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2017-06-14 10:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 10:31 [ptxdist] [PATCH 1/2] ptxd_lib_template: fix indentation Roland Hieber
2017-06-14 10:31 ` Roland Hieber [this message]
2017-06-14 11:10 ` [ptxdist] [PATCH 2/2] templates/*-in: tell vim to use Kconfig syntax Alexander Dahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170614103126.22766-2-r.hieber@pengutronix.de \
--to=r.hieber@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox