summaryrefslogtreecommitdiffstats
path: root/rules/host-libaio.make
blob: 6cfe80539b06c0c6e5c19dfec078444cfe43d9fe (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
# -*-makefile-*-
#
# Copyright (C) 2016 by Juergen Borleis <jbe@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_LIBAIO) += host-libaio

# ----------------------------------------------------------------------------
# Prepare + Compile
# ----------------------------------------------------------------------------

HOST_LIBAIO_CONF_TOOL	:= NO
HOST_LIBAIO_MAKE_ENV	:= $(HOST_ENV)
HOST_LIBAIO_MAKEVARS	:= prefix=

# vim: syntax=make