summaryrefslogtreecommitdiffstats
path: root/rules/host-mtd-utils.make
blob: f49a082617819961a4724915d54d01c98778d882 (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
# -*-makefile-*-
#
# Copyright (C) 2003-2008 by Pengutronix e.K., Hildesheim, Germany
#               2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_MTD_UTILS) += host-mtd-utils

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

#
# autoconf
#
HOST_MTD_UTILS_CONF_TOOL	:= autoconf
HOST_MTD_UTILS_CONF_OPT		:= \
	$(HOST_AUTOCONF) \
	--disable-unit-tests \
	--disable-tests \
	--disable-install-tests \
	--disable-lsmtd \
	--without-jffs \
	--with-ubifs \
	--with-xattr \
	--with-lzo \
	--without-zstd \
	--without-selinux \
	--without-crypto

# vim: syntax=make