From 50e5981a830f2d828106bc00545cf80ac197765f Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Tue, 8 Apr 2008 11:52:51 +0000 Subject: [PATCH] Added vim modelines and properties. --- devices/Kbuild.in | 2 ++ devices/e1000/Kbuild.in | 4 +++- examples/mini/Kbuild.in | 2 ++ examples/msr/Kbuild.in | 2 ++ examples/rtai/Kbuild.in | 2 ++ master/Kbuild.in | 2 ++ 6 files changed, 13 insertions(+), 1 deletion(-) diff --git a/devices/Kbuild.in b/devices/Kbuild.in index 9f7b99d5..1e2f55a8 100644 --- a/devices/Kbuild.in +++ b/devices/Kbuild.in @@ -29,6 +29,8 @@ # standard) as the (only) precondition to have the right to use EtherCAT # Technology, IP and trade marks. # +# vim: syntax=make +# #------------------------------------------------------------------------------ REV := $(shell if test -s $(src)/../svnrevision; then \ diff --git a/devices/e1000/Kbuild.in b/devices/e1000/Kbuild.in index e37d799c..983c3fc5 100644 --- a/devices/e1000/Kbuild.in +++ b/devices/e1000/Kbuild.in @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ # -# $Id: Kbuild 790 2007-02-21 12:41:25Z fp $ +# $Id$ # # Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH # @@ -29,6 +29,8 @@ # standard) as the (only) precondition to have the right to use EtherCAT # Technology, IP and trade marks. # +# vim: syntax=make +# #------------------------------------------------------------------------------ TOPDIR := $(src)/../.. diff --git a/examples/mini/Kbuild.in b/examples/mini/Kbuild.in index ba8ef9ec..35938188 100644 --- a/examples/mini/Kbuild.in +++ b/examples/mini/Kbuild.in @@ -29,6 +29,8 @@ # standard) as the (only) precondition to have the right to use EtherCAT # Technology, IP and trade marks. # +# vi: syntax=make +# #------------------------------------------------------------------------------ obj-m := ec_mini.o diff --git a/examples/msr/Kbuild.in b/examples/msr/Kbuild.in index 58016d91..3854a247 100644 --- a/examples/msr/Kbuild.in +++ b/examples/msr/Kbuild.in @@ -29,6 +29,8 @@ # standard) as the (only) precondition to have the right to use EtherCAT # Technology, IP and trade marks. # +# vi: syntax=make +# #------------------------------------------------------------------------------ MODULE := ec_msr_sample diff --git a/examples/rtai/Kbuild.in b/examples/rtai/Kbuild.in index 7c7099a4..e52254af 100644 --- a/examples/rtai/Kbuild.in +++ b/examples/rtai/Kbuild.in @@ -29,6 +29,8 @@ # standard) as the (only) precondition to have the right to use EtherCAT # Technology, IP and trade marks. # +# vi: syntax=make +# #------------------------------------------------------------------------------ obj-m := ec_rtai_sample.o diff --git a/master/Kbuild.in b/master/Kbuild.in index 10d4fdda..8b5a523b 100644 --- a/master/Kbuild.in +++ b/master/Kbuild.in @@ -29,6 +29,8 @@ # standard) as the (only) precondition to have the right to use EtherCAT # Technology, IP and trade marks. # +# vi: syntax=make +# #------------------------------------------------------------------------------ obj-m := ec_master.o -- GitLab