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

world/env/impl += \
	pkg_ldflags="$(call ptx/escape,$($(1)_LDFLAGS)) -Wl,--as-needed"

# vim: syntax=make