repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
powerpc/40x: AMCC PowerPC 405EZ Acadia DTS
[linux-2.6/mini2440.git]
/
Documentation
/
video4linux
/
Makefile
blob
1ed0e98d057d0e34fce4c96d778a30d4f0845111
1
# kbuild trick to avoid linker error. Can be omitted if a module is built.
2
obj-
:=
dummy.o
3
4
# List of programs to build
5
hostprogs-y
:=
v4lgrab
6
7
# Tell kbuild to always build the programs
8
always
:= $(
hostprogs-y
)