summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_clean.make
blob: 597de2f3e9b17d1560476b3c199a63d5f3ff1178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*-makefile-*-
#
# Copyright (C) 2019 by Michael Olbrich <m.olbrich@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.
#


#
# clean
#
# Cleanup the given directory or file.
#
clean = \
	ptx_make_target="$@" \
	ptxd_make_clean "$(strip $(1))"


# vim: syntax=make