From 7211f1afbe5fab0a9fa8cd2d45cb33711d15f758 Mon Sep 17 00:00:00 2001 From: Randy Li Date: Mon, 31 Oct 2016 16:31:22 +0800 Subject: [PATCH] video: rockchip: vpu: fix the makefile Keeping the build result as a single module. Change-Id: I9f33851d9f309c344804a81375a9417daab152f9 Signed-off-by: Randy Li --- drivers/video/rockchip/vcodec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1