summaryrefslogtreecommitdiffstats
path: root/rules/cross-dummy-strip.make
blob: afae345f4183a355037ec2299870e9c678c4e677 (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) 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
CROSS_DUMMY_STRIP_LICENSE := ignore

$(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