repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
drivers
/
media
/
video
/
uvc
/
Makefile
blob
2071ca8a2f031d86bb876fde6e3dcd79af31b92a
1
uvcvideo-objs
:=
uvc_driver.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_ctrl.o \
2
uvc_status.o uvc_isight.o
3
ifeq
($(
CONFIG_MEDIA_CONTROLLER
),
y
)
4
uvcvideo-objs
+=
uvc_entity.o
5
endif
6
obj-
$(
CONFIG_USB_VIDEO_CLASS
) +=
uvcvideo.o