From 93c4e8051ad971c59fd1ce74e94fea9959063612 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Sun, 17 Jul 2011 16:37:47 +0200 Subject: [PATCH] v4l2-sysfs-path: remove libsysfs dependency Signed-off-by: Gregor Jasny Signed-off-by: Hans de Goede --- utils/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/utils/Makefile b/utils/Makefile index 71a3cb7..efc9450 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,15 +1,10 @@ -SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg xc3028-firmware +SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg v4l2-sysfs-path xc3028-firmware all install: @for i in $(SUBDIRS); do \ $(MAKE) -C $$i $@ || exit 1; \ done - # Test if libsysfs is installed - @-if [ -f /usr/include/sysfs/libsysfs.h ]; then \ - $(MAKE) -C v4l2-sysfs-path $@; \ - fi - # Test whether qmake is installed, and whether it is for qt4. @if which qmake-qt4 >/dev/null 2>&1; then \ QMAKE=qmake-qt4; \ -- 2.7.4