diff options
author | jianlong.huang <jianlong.huang@starfivetech.com> | 2022-05-13 15:13:31 +0300 |
---|---|---|
committer | jianlong.huang <jianlong.huang@starfivetech.com> | 2022-05-13 15:13:31 +0300 |
commit | 20e71b9a130e98025704b3aec0849a034f80b7d9 (patch) | |
tree | 5adcce231d2248fa5b425c5f2f91f032e7f9a418 | |
parent | c471f85a8ec63d3cedb7b6599de19114ab4d522d (diff) | |
parent | 197a26fb756822b5b5e5c4b3fb2bb4836d64c583 (diff) | |
download | linux-visionfive-5.15.y-devel.tar.xz |
Merge branch 'CR_896_v4l2_Xiulin.Liu' into 'visionfive-5.15.y-devel'SDK_v2.3.3visionfive-5.15.y-devel
CR896: v4l2: fix the building issue for previous CR896 PR
See merge request jh7100/linux!30
-rw-r--r-- | drivers/media/platform/starfive/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/platform/starfive/Makefile b/drivers/media/platform/starfive/Makefile index a4cb44725c51..624c1323a1b3 100644 --- a/drivers/media/platform/starfive/Makefile +++ b/drivers/media/platform/starfive/Makefile @@ -21,7 +21,6 @@ starfivecamss-objs += stfcamss.o \ stf_csi_hw_ops.o \ stf_csiphy_hw_ops.o \ stf_isp_hw_ops.o \ - stf_dvp_hw_ops.o \ - stf_dmabuf.o + stf_dvp_hw_ops.o -obj-$(CONFIG_VIDEO_STARFIVE_VIN) += starfivecamss.o \ +obj-$(CONFIG_VIDEO_STARFIVE_VIN) += starfivecamss.o |