/kern_oII/Documentation/video4linux/Makefile
http://omnia2droid.googlecode.com/ · Makefile · 8 lines · 3 code · 2 blank · 3 comment · 0 complexity · badec0fe739bd5a437cbc18dff6ad9b3 MD5 · raw file
- # kbuild trick to avoid linker error. Can be omitted if a module is built.
- obj- := dummy.o
- # List of programs to build
- hostprogs-y := v4lgrab
- # Tell kbuild to always build the programs
- always := $(hostprogs-y)