summaryrefslogtreecommitdiffstats
path: root/rules/host-e2fsprogs.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-12-06 11:33:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-12-06 11:33:04 +0100
commitc3bb0c6054aa6b0e05e59fd95523fb78bb05428a (patch)
treed95638997e7204a6782603bed13fea17a360534a /rules/host-e2fsprogs.make
parent0b4445e0833896df9d2b949418d8dc25f6da196e (diff)
downloadptxdist-c3bb0c6054aa6b0e05e59fd95523fb78bb05428a.tar.gz
ptxdist-c3bb0c6054aa6b0e05e59fd95523fb78bb05428a.tar.xz
host-e2fsprogs: move vim marker to the end of the file
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-e2fsprogs.make')
-rw-r--r--rules/host-e2fsprogs.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make
index 4c25cd9e2..2d586fcf6 100644
--- a/rules/host-e2fsprogs.make
+++ b/rules/host-e2fsprogs.make
@@ -57,8 +57,6 @@ HOST_E2FSPROGS_CONF_OPT := \
--disable-fuse2fs \
--without-included-gettext
-# vim: syntax=make
-
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------
@@ -73,3 +71,5 @@ $(STATEDIR)/host-e2fsprogs.install.post:
@sed -i -e 's,/share,$(PTXCONF_SYSROOT_HOST)/share,' \
$(PTXCONF_SYSROOT_HOST)/bin/mk_cmds
@$(call touch)
+
+# vim: syntax=make