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

ptx/mirror = $(foreach mirror,$(PTXCONF_SETUP_$(strip $(1))MIRROR),$(mirror)/$(strip $(2)))

# vim: syntax=make