/kern_oII/Documentation/video4linux/Makefile

http://omnia2droid.googlecode.com/ · Makefile · 8 lines · 3 code · 2 blank · 3 comment · 0 complexity · badec0fe739bd5a437cbc18dff6ad9b3 MD5 · raw file

  1. # kbuild trick to avoid linker error. Can be omitted if a module is built.
  2. obj- := dummy.o
  3. # List of programs to build
  4. hostprogs-y := v4lgrab
  5. # Tell kbuild to always build the programs
  6. always := $(hostprogs-y)