Makefile 287 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for the kernel multimedia device drivers.
#

5 6
obj-y := common/

7 8 9 10 11
obj-$(CONFIG_VIDEO_MEDIA) += common/

# Since hybrid devices are here, should be compiled if DVB and/or V4L
obj-$(CONFIG_VIDEO_MEDIA) += video/

12
obj-$(CONFIG_VIDEO_DEV) += radio/
13
obj-$(CONFIG_DVB_CORE)  += dvb/