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

$(PTXDIST_MESON_CROSS_FILE):
	@$(CROSS_ENV) \
		PTXCONF_ARCH_STRING=${PTXCONF_ARCH_STRING} \
		ENDIAN=$(call ptx/ifdef, PTXCONF_ENDIAN_LITTLE, little, big) \
		ptxd_make_meson_cross_file "${@}"

# vim: syntax=make