diff options
author | Andy Hu <andy.hu@starfivetech.com> | 2022-05-13 14:34:45 +0300 |
---|---|---|
committer | Andy Hu <andy.hu@starfivetech.com> | 2022-05-13 14:34:45 +0300 |
commit | 197a26fb756822b5b5e5c4b3fb2bb4836d64c583 (patch) | |
tree | 5adcce231d2248fa5b425c5f2f91f032e7f9a418 /drivers | |
parent | c471f85a8ec63d3cedb7b6599de19114ab4d522d (diff) | |
download | linux-197a26fb756822b5b5e5c4b3fb2bb4836d64c583.tar.xz |
v4l2: fix the building issue for previous CR896 PR
Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Diffstat (limited to 'drivers')
-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 |