summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_targetinstall.make
blob: cb5934e99daa7ef5c93506d472462270a78d07aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*-makefile-*-
#
# Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

$(STATEDIR)/%.targetinstall:
	@$(call targetinfo)
	@$(call touch)

$(STATEDIR)/%.targetinstall.post:
	@$(call targetinfo)
	@$(call touch)

# vim: syntax=make