From: John Hodge Date: Mon, 16 Sep 2013 05:45:01 +0000 (+0800) Subject: Modules/Makefile.tpl - Added vim filetype line X-Git-Tag: rel0.15~210 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=78b34d31dc7c744c53f96ad63bda759bfb215494;p=tpg%2Facess2.git Modules/Makefile.tpl - Added vim filetype line --- diff --git a/KernelLand/Modules/Makefile.tpl b/KernelLand/Modules/Makefile.tpl index b0189bb7..2003c923 100644 --- a/KernelLand/Modules/Makefile.tpl +++ b/KernelLand/Modules/Makefile.tpl @@ -78,3 +78,4 @@ obj-$(_SUFFIX)/%.o: %.c Makefile $(CFGFILES) @$(CC) -M $(CPPFLAGS) -MT $@ -o obj-$(_SUFFIX)/$*.d $< -include $(DEPFILES) +# vim: ft=make