summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 8623e4d98..79e90417b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,7 +1,8 @@
-FILES = ioctl-test sliced-vbi-test sliced-vbi-detect vbi-test
+FILES = ioctl-test sliced-vbi-test sliced-vbi-detect vbi-test v4l2-ctl
CC = gcc
LIBS =
CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops -g -I ../linux/include
+CXXFLAGS = $(CFLAGS)
LDFLAGS =
all: $(FILES)