summaryrefslogtreecommitdiffstats
path: root/rules/cross-dummy-strip.make
blob: 23864c6ce7ee994d6dd58abea538cfab2785bf4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*-makefile-*-
#
# Copyright (C) 2009 by Wolfram Sang <w.sang@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.
#

#
# We provide this package
#
CROSS_PACKAGES-$(PTXCONF_CROSS_DUMMY_STRIP) += cross-dummy-strip

$(STATEDIR)/cross-dummy-strip.extract:
	@$(call targetinfo)
	@$(call touch)

$(STATEDIR)/cross-dummy-strip.prepare:
	@$(call targetinfo)
	@$(call touch)

$(STATEDIR)/cross-dummy-strip.compile:
	@$(call targetinfo)
	@$(call touch)

$(STATEDIR)/cross-dummy-strip.install:
	@$(call targetinfo)
	install -D -m 755 $(PTXDIST_TOPDIR)/scripts/dummy-strip.sh $(PTXCONF_SYSROOT_CROSS)/bin/strip
	@$(call touch)

# vim: syntax=make