All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] arch/nds32: force syntax colouring to kconfig.
@ 2019-06-03 19:19 Yann E. MORIN
  2019-06-06  6:40 ` Nylon Chen
  2019-06-20 19:27 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-06-03 19:19 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-20 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-03 19:19 [Buildroot] [PATCH] arch/nds32: force syntax colouring to kconfig Yann E. MORIN
2019-06-06  6:40 ` Nylon Chen
2019-06-20 19:27 ` Thomas Petazzoni

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.