summaryrefslogtreecommitdiffstats
path: root/rules/pre/get_alternative.make
blob: 1905bb9f5238859a5ecce97f0212d9ee14369c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*-makefile-*-
#
# Copyright (C) 2012 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.
#

ptx/get_alternative = $(shell ptxd_get_alternative $(1) $(2) && echo $$ptxd_reply)

# vim: syntax=make