@@ -5,11 +5,14 @@ all install:
$(MAKE) -C $$i $@ || exit 1; \
done
+ifneq ($(USE_SYSFS_PATH),no)
# Test if libsysfs is installed
@-if [ -f /usr/include/sysfs/libsysfs.h ]; then \
$(MAKE) -C v4l2-sysfs-path $@; \
fi
+endif
+ifneq ($(USE_QV4L2),no)
# Test whether qmake is installed, and whether it is for qt4.
@if which qmake-qt4 >/dev/null 2>&1; then \
QMAKE=qmake-qt4; \
@@ -24,6 +27,7 @@ all install:
$(MAKE) -C qv4l2 -f Makefile.install $@; \
fi \
fi
+endif
sync-with-kernel:
$(MAKE) -C keytable $@