summaryrefslogtreecommitdiff
path: root/drivers/media/platform/omap3isp/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2022-03-13 11:18:20 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-03-18 05:58:34 +0100
commitceafdaac46ea2c623a64eabaed64abd2fe7cb76f (patch)
treec255efc7915e7b7696bbbf17c309b9e1b24828ea /drivers/media/platform/omap3isp/Makefile
parentd24a170bde6543fa2879d3c422b7874716cdf038 (diff)
media: platform: rename omap3isp/ to ti/omap3isp/
As the end goal is to have platform drivers split by vendor, rename omap3isp/ to ti/omap3isp/. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/platform/omap3isp/Makefile')
-rw-r--r--drivers/media/platform/omap3isp/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/platform/omap3isp/Makefile b/drivers/media/platform/omap3isp/Makefile
deleted file mode 100644
index 56e99b4f7d23..000000000000
--- a/drivers/media/platform/omap3isp/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-# Makefile for OMAP3 ISP driver
-
-ccflags-$(CONFIG_VIDEO_OMAP3_DEBUG) += -DDEBUG
-
-omap3-isp-objs += \
- isp.o ispvideo.o \
- ispcsiphy.o ispccp2.o ispcsi2.o \
- ispccdc.o isppreview.o ispresizer.o \
- ispstat.o isph3a_aewb.o isph3a_af.o isphist.o
-
-obj-$(CONFIG_VIDEO_OMAP3) += omap3-isp.o