summaryrefslogtreecommitdiffstats
path: root/rules/post/function-finish.make
blob: c80beb9f79054833e67c70b4f5876b4e67d25f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*-makefile-*-
#
# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

finish =					\
	$(call _touch_opt_output,$(@))		\
	echo "finished target $(notdir $(@))"

# vim: syntax=make