[lttng-dev] [PATCH lttng-modules] Make vim users life easier

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Fri Jun 23 19:12:08 UTC 2017


Merged into master, thanks!

Mathieu

----- On Jun 23, 2017, at 2:36 PM, Michael Jeanson mjeanson at efficios.com wrote:

> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> Kbuild.common                                            | 2 ++
> instrumentation/syscalls/lttng-syscalls-extractor/Kbuild | 2 ++
> 2 files changed, 4 insertions(+)
> 
> diff --git a/Kbuild.common b/Kbuild.common
> index 2e6c4aa..16c62ab 100644
> --- a/Kbuild.common
> +++ b/Kbuild.common
> @@ -48,3 +48,5 @@ ifneq ($(CONFIG_DYNAMIC_FTRACE),)
>     ccflags-y += -DLTTNG_FTRACE_MISSING_HEADER
>   endif
> endif
> +
> +# vim:syntax=make
> diff --git a/instrumentation/syscalls/lttng-syscalls-extractor/Kbuild
> b/instrumentation/syscalls/lttng-syscalls-extractor/Kbuild
> index 4beb88c..55ff529 100644
> --- a/instrumentation/syscalls/lttng-syscalls-extractor/Kbuild
> +++ b/instrumentation/syscalls/lttng-syscalls-extractor/Kbuild
> @@ -1 +1,3 @@
> obj-m += lttng-syscalls-extractor.o
> +
> +# vim:syntax=make
> --
> 2.7.4

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list