summaryrefslogtreecommitdiffstats
path: root/rules/pre/barebox.make
blob: 22f145cc935e4e87a51b38110c2f7265db86deb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*-makefile-*-
#
# Copyright (C) 2007 by Sascha Hauer
#               2008, 2009, 2012 by Marc Kleine-Budde
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

barebox/opts = \
	$(PARALLELMFLAGS) \
	V=$(PTXDIST_VERBOSE) \
	HOSTCC=$(HOSTCC) \
	ARCH=$(PTXCONF_BAREBOX_ARCH_STRING) \
	CROSS_COMPILE=$(BOOTLOADER_CROSS_COMPILE)

barebox-opts = \
	$(call barebox/opts,$(strip $(1)))

barebox/url = \
	http://www.barebox.org/download/barebox-$($(1)_VERSION).$($(1)_SUFFIX)

barebox-url = \
	$(call barebox/url,$(strip $(1)))

# vim: syntax=make