summaryrefslogtreecommitdiffstats
path: root/rules/host-u-boot-tools.make
blob: 12fa8ff818790e0a5bc379d37d291e0641d52dd6 (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
27
28
29
30
31
32
33
34
35
# -*-makefile-*-
#
# Copyright (C) 2012 by Andreas Bießmann <andreas@biessmann.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.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_U_BOOT_TOOLS) += host-u-boot-tools


# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

HOST_U_BOOT_TOOLS_CONF_TOOL	:= NO
HOST_U_BOOT_TOOLS_MAKE_OPT	:= sandbox_config tools-only

# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------

$(STATEDIR)/host-u-boot-tools.install:
	@$(call targetinfo)
	install -D $(HOST_U_BOOT_TOOLS_DIR)/tools/mkimage \
		$(HOST_U_BOOT_TOOLS_PKGDIR)/bin/mkimage

	@$(call touch)

# vim: syntax=make