From: Randy Li Date: Mon, 31 Oct 2016 08:31:22 +0000 (+0800) Subject: video: rockchip: vpu: fix the makefile X-Git-Tag: firefly_0821_release~1182 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7211f1afbe5fab0a9fa8cd2d45cb33711d15f758;p=firefly-linux-kernel-4.4.55.git video: rockchip: vpu: fix the makefile Keeping the build result as a single module. Change-Id: I9f33851d9f309c344804a81375a9417daab152f9 Signed-off-by: Randy Li --- diff --git a/drivers/video/rockchip/vcodec/Makefile b/drivers/video/rockchip/vcodec/Makefile index cf0cdcbaddf7..97de51c4ef43 100644 --- a/drivers/video/rockchip/vcodec/Makefile +++ b/drivers/video/rockchip/vcodec/Makefile @@ -1 +1,2 @@ -obj-$(CONFIG_RK_VCODEC) += vcodec_service.o +rk-vcodec-objs := vcodec_service.o +obj-$(CONFIG_RK_VCODEC) += rk-vcodec.o