v4l-utils: pass cflags to make

This commit is contained in:
Lars Op den Kamp 2012-07-13 14:36:27 +02:00 committed by Stephan Raue
parent 94d3dbe9e3
commit 3d1571e4d0

View File

@ -25,4 +25,4 @@
cd $PKG_BUILD/utils/keytable
# make KERNEL_DIR=$(kernel_path) sync-with-kernel
make
make CFLAGS="$TARGET_CFLAGS"