repo.or.cz
/
linux-2.6
/
pdupreez.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.c
[linux-2.6/pdupreez.git]
/
drivers
/
media
/
Makefile
blob
c578a529e7a8e910ea969b3fad2c58b28d95ca2d
1
#
2
# Makefile for the kernel multimedia device drivers.
3
#
4
5
obj-y
:=
common
/
6
obj-
$(
CONFIG_VIDEO_DEV
) +=
video
/
7
obj-
$(
CONFIG_VIDEO_DEV
) +=
radio
/
8
obj-
$(
CONFIG_DVB
) +=
dvb
/