projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'rusty-cpumask-parisc' into parisc
[linux-2.6]
/
drivers
/
media
/
video
/
gspca
/
stv06xx
/
Makefile
1
obj-$(CONFIG_USB_STV06XX) += gspca_stv06xx.o
2
3
gspca_stv06xx-objs := stv06xx.o \
4
stv06xx_vv6410.o \
5
stv06xx_hdcs.o \
6
stv06xx_pb0100.o
7
8
EXTRA_CFLAGS += -Idrivers/media/video/gspca
9