summaryrefslogtreecommitdiffstats
path: root/rules/host-libftdi1.make
blob: 0f26a65fa8e27c4d74553e738359a973b1864201 (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) 2014 by Michael Grzeschik <mgr@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_LIBFTDI1) += host-libftdi1

HOST_LIBFTDI1_CONF_TOOL	:= cmake
HOST_LIBFTDI1_CONF_OPT	:= \
	$(HOST_CMAKE_USR) \
	-DDOCUMENTATION=OFF \
	-DPYTHON_BINDINGS=OFF \
	-DSTATICLIBS=OFF \
	-DEXAMPLES=OFF \
	-DFTDIPP=OFF \
	-DFTDI_EEPROM=OFF

# vim: syntax=make