summaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-01-19 18:38:32 +0100
committerUros Majstorovic <majstor@majstor.org>2018-01-19 18:38:32 +0100
commit52db7ce5b43c76c8868fc846f156924b960f38d0 (patch)
tree6ef6fb51dbf615873188349840d4a309e014016b /code
parent0c1673e7f853ebea35f1c1b9c14b5e6a834741d6 (diff)
pine64 test updated
Diffstat (limited to 'code')
-rw-r--r--code/test/vid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test/vid/Makefile b/code/test/vid/Makefile
index dfae43e..97e8126 100644
--- a/code/test/vid/Makefile
+++ b/code/test/vid/Makefile
@@ -5,7 +5,7 @@ CFLAGS=$(CFLAGS_PL) -D_V4L2_KERNEL_ -I/usr/src/linux-headers-$(uname -r) -I$(LIB
LDFLAGS=$(LDFLAGS_PL) -L$(LIBVPX_HOME) -L/opt/local/lib
dep=../../ecp/build-posix/*.a ../../util/libecputil.a ../init.o
-all: client cap
+all: cap
%.o: %.c
$(CC) $(CFLAGS) -c $<