2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the kernel multimedia device drivers.
|
|
|
|
#
|
|
|
|
|
2008-04-30 00:38:44 +00: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 20:02:20 +00:00
|
|
|
obj-$(CONFIG_VIDEO_DEV) += radio/
|
2007-05-02 13:11:47 +00:00
|
|
|
obj-$(CONFIG_DVB_CORE) += dvb/
|