diff options
-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 |