summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f0ddd0125e..fc052a83e0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,10 @@ SUBDIRS += \
ata_id \
cdrom_id \
collect \
- mtd_probe \
scsi_id \
v4l_id
+
+if ENABLE_MTD_PROBE
+SUBDIRS += \
+ mtd_probe
+endif