Raw File
Makefile
#
# Makefile for the kernel multimedia device drivers.
#

obj-y        := video/ radio/ dvb/ common/
back to top