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