aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/hantro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/hantro/Makefile')
-rw-r--r--drivers/staging/media/hantro/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/drivers/staging/media/hantro/Makefile b/drivers/staging/media/hantro/Makefile
deleted file mode 100644
index 90036831fec4..000000000000
--- a/drivers/staging/media/hantro/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-
-obj-$(CONFIG_VIDEO_HANTRO) += hantro-vpu.o
-
-hantro-vpu-y += \
- hantro_drv.o \
- hantro_v4l2.o \
- hantro_postproc.o \
- hantro_h1_jpeg_enc.o \
- hantro_g1.o \
- hantro_g1_h264_dec.o \
- hantro_g1_mpeg2_dec.o \
- hantro_g2_hevc_dec.o \
- hantro_g1_vp8_dec.o \
- rockchip_vpu2_hw_jpeg_enc.o \
- rockchip_vpu2_hw_h264_dec.o \
- rockchip_vpu2_hw_mpeg2_dec.o \
- rockchip_vpu2_hw_vp8_dec.o \
- hantro_jpeg.o \
- hantro_h264.o \
- hantro_hevc.o \
- hantro_mpeg2.o \
- hantro_vp8.o
-
-hantro-vpu-$(CONFIG_VIDEO_HANTRO_IMX8M) += \
- imx8m_vpu_hw.o
-
-hantro-vpu-$(CONFIG_VIDEO_HANTRO_SAMA5D4) += \
- sama5d4_vdec_hw.o
-
-hantro-vpu-$(CONFIG_VIDEO_HANTRO_ROCKCHIP) += \
- rockchip_vpu_hw.o