blob: 36731aae57ea71495294b3d116e86f708f0e7e10 [file] [log] [blame]
#
# Makefile for the kernel multimedia device drivers.
#
media-objs := media-device.o media-devnode.o
ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
obj-$(CONFIG_MEDIA_SUPPORT) += media.o
endif
obj-y += common/ rc/ video/
obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB_CORE) += dvb/