mirror of https://gitee.com/openkylin/linux.git
8 lines
175 B
Makefile
8 lines
175 B
Makefile
|
#
|
||
|
# Makefile for the omap video device drivers.
|
||
|
#
|
||
|
|
||
|
# OMAP2/3 Display driver
|
||
|
omap-vout-mod-objs := omap_vout.o omap_voutlib.o
|
||
|
obj-$(CONFIG_VIDEO_OMAP2_VOUT) += omap-vout-mod.o
|