summaryrefslogtreecommitdiffstats
path: root/rules/host-libusb.make
blob: aed143b6c4c5256e6b15940f864ea864ccd895df (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
36
37
38
39
# -*-makefile-*-
#
# Copyright (C) 2012 by Juergen Beisert <jbe@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_LIBUSB) += host-libusb

#
# Paths and names
#

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

#
# autoconf
#
HOST_LIBUSB_CONF_TOOL := autoconf
HOST_LIBUSB_CONF_OPT := \
	$(HOST_AUTOCONF) \
	--enable-shared \
	--disable-static \
	--disable-udev \
	--enable-eventfd \
	--enable-timerfd \
	--enable-log \
	--disable-debug-log \
	--disable-system-log \
	--disable-examples-build \
	--disable-tests-build

# vim: syntax=make