2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
# Makefile for the kernel multimedia device drivers.
|
|
|
|
#
|
|
|
|
|
2008-04-30 02:38:44 +02:00
|
|
|
obj-$(CONFIG_VIDEO_MEDIA) += common/
|
|
|
|
|
|
|
|
# Since hybrid devices are here, should be compiled if DVB and/or V4L
|
|
|
|
obj-$(CONFIG_VIDEO_MEDIA) += video/
|
|
|
|
|
2005-09-09 22:02:20 +02:00
|
|
|
obj-$(CONFIG_VIDEO_DEV) += radio/
|
2007-05-02 15:11:47 +02:00
|
|
|
obj-$(CONFIG_DVB_CORE) += dvb/
|