All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] arch/nds32: force syntax colouring to kconfig.
Date: Mon,  3 Jun 2019 21:19:51 +0200	[thread overview]
Message-ID: <20190603191951.22360-1-yann.morin.1998@free.fr> (raw)

It is too sad when an editor picks up the wrong syntax...

Like was done in e837837791 for all the other archs, force
syntax to kconfig for nds32 too.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Nylon Chen <nylon7@andestech.com>
---
 arch/Config.in.nds32 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/Config.in.nds32 b/arch/Config.in.nds32
index f268883662..322ff49f2e 100644
--- a/arch/Config.in.nds32
+++ b/arch/Config.in.nds32
@@ -9,3 +9,6 @@ config BR2_ENDIAN
 
 config BR2_READELF_ARCH_NAME
 	default "Andes Technology compact code size embedded RISC processor family"
+
+# vim: ft=kconfig
+# -*- mode:kconfig; -*-
-- 
2.20.1

             reply	other threads:[~2019-06-03 19:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03 19:19 Yann E. MORIN [this message]
2019-06-06  6:40 ` [Buildroot] [PATCH] arch/nds32: force syntax colouring to kconfig Nylon Chen
2019-06-20 19:27 ` Thomas Petazzoni

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=20190603191951.22360-1-yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.