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
[SCSI] lpfc 8.2.6 : Multiple discovery fixes
[linux-2.6/mini2440.git]
/
drivers
/
media
/
Makefile
blob
7b8bb6949f5e877262312666a4991bf46c957c81
1
#
2
# Makefile for the kernel multimedia device drivers.
3
#
4
5
obj-y
:=
common
/
6
obj-y
+=
video
/
7
obj-
$(
CONFIG_VIDEO_DEV
) +=
radio
/
8
obj-
$(
CONFIG_DVB_CORE
) +=
dvb
/
9
ifeq
($(
CONFIG_DVB_CORE
),)
10
obj-
$(
CONFIG_VIDEO_TUNER
) +=
dvb
/
frontends
/
11
endif