summaryrefslogtreecommitdiffstats
path: root/rules/host-mtd-utils.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-11-12 11:45:18 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-11-12 12:02:36 +0100
commitd035e1ea923f456546e1b30975efaa87515e2885 (patch)
tree02ba04ceb56c611558ba07502892c2bd0de9b1a9 /rules/host-mtd-utils.in
parentd7abaa57e7421bb2cd02852f8bce452e30fa6eaf (diff)
downloadptxdist-d035e1ea923f456546e1b30975efaa87515e2885.tar.gz
ptxdist-d035e1ea923f456546e1b30975efaa87515e2885.tar.xz
host-mtd-utils: always build with xattr support
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-mtd-utils.in')
-rw-r--r--rules/host-mtd-utils.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-mtd-utils.in b/rules/host-mtd-utils.in
index f5107c243..d16a66458 100644
--- a/rules/host-mtd-utils.in
+++ b/rules/host-mtd-utils.in
@@ -3,7 +3,8 @@
config HOST_MTD_UTILS
tristate
+ select HOST_ATTR
select HOST_LIBLZO
- select HOST_ZLIB
select HOST_LIBUUID
+ select HOST_ZLIB
default ALLYES