Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[linux-2.6/mini2440.git] / Documentation / video4linux / Makefile
blob1ed0e98d057d0e34fce4c96d778a30d4f0845111
1 # kbuild trick to avoid linker error. Can be omitted if a module is built.
2 obj- := dummy.o
4 # List of programs to build
5 hostprogs-y := v4lgrab
7 # Tell kbuild to always build the programs
8 always := $(hostprogs-y)