1
0
Files
2016-11-30 09:03:17 +08:00

9 lines
153 B
Makefile
Executable File

#
# Makefile for the kernel multimedia device drivers.
#
obj-y += common/ IR/ video/
obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB_CORE) += dvb/