repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
media
/
usb
/
gspca
/
stv06xx
/
Makefile
blob
c4d7206e0c929b9d86c3c013ebad61bdb9c60e08
1
# SPDX-License-Identifier: GPL-2.0
2
obj-
$(
CONFIG_USB_STV06XX
) +=
gspca_stv06xx.o
3
4
gspca_stv06xx-objs
:=
stv06xx.o \
5
stv06xx_vv6410.o \
6
stv06xx_hdcs.o \
7
stv06xx_pb0100.o \
8
stv06xx_st6422.o
9
10
ccflags-y
+= -
I
$(
srctree
)/
drivers
/
media
/
usb
/
gspca
11