summaryrefslogtreecommitdiffstats
path: root/rules/host-bzip2.make
blob: 89e65133162d910a21cd142ec6d0b39668f186ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*-makefile-*-
#
# Copyright (C) 2013 by Marc Kleine-Budde <mkl@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.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_BZIP2) += host-bzip2

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

HOST_BZIP2_INSTALL_OPT := install PREFIX=

# vim: syntax=make