Skip to content
Snippets Groups Projects
Commit da10dd1a authored by eric.gao@rock-chips.com's avatar eric.gao@rock-chips.com Committed by Simon Glass
Browse files

rockchip: video: Makefile: Modify Makefile for rockchip video driver


Modify Makefile for rockchip video driver according to Kconfig, so that
source code will not be compiled if not needed.

Signed-off-by: default avatarEric Gao <eric.gao@rock-chips.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent b98f0a3d
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,9 @@ ...@@ -5,4 +5,9 @@
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# #
obj-y += rk_edp.o rk_hdmi.o rk_vop.o rk_lvds.o ../dw_hdmi.o ifdef CONFIG_VIDEO_ROCKCHIP
obj-y += rk_vop.o
obj-$(CONFIG_DISPLAY_ROCKCHIP_EDP) += rk_edp.o
obj-$(CONFIG_DISPLAY_ROCKCHIP_LVDS) += rk_lvds.o
obj-$(CONFIG_DISPLAY_ROCKCHIP_HDMI) += rk_hdmi.o ../dw_hdmi.o
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment