summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/i2c/imx/Makefile
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2017-09-12 00:46:32 +0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2017-10-27 15:36:18 +0200
commit90ebe55ab88635a19af06d923bb70ef236123399 (patch)
tree51783e3d2444a67a596c9757a81e2ab6fc50b165 /drivers/staging/media/atomisp/i2c/imx/Makefile
parent183c2e048109e2a861bc282b8b814ed37a69c738 (diff)
downloadop-kernel-dev-90ebe55ab88635a19af06d923bb70ef236123399.zip
op-kernel-dev-90ebe55ab88635a19af06d923bb70ef236123399.tar.gz
media: staging: atomisp: Add driver prefix to Kconfig option and module names
By adding the "atomisp-" prefix to module names (and "ATOMISP_" to Kconfig options), the staging drivers for e.g. sensors are labelled as being specific to atomisp, which they effectively are. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/staging/media/atomisp/i2c/imx/Makefile')
-rw-r--r--drivers/staging/media/atomisp/i2c/imx/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/media/atomisp/i2c/imx/Makefile b/drivers/staging/media/atomisp/i2c/imx/Makefile
index b6578f0..f3e2891 100644
--- a/drivers/staging/media/atomisp/i2c/imx/Makefile
+++ b/drivers/staging/media/atomisp/i2c/imx/Makefile
@@ -1,9 +1,9 @@
-obj-$(CONFIG_VIDEO_IMX) += imx1x5.o
+obj-$(CONFIG_VIDEO_ATOMISP_IMX) += atomisp-imx1x5.o
-imx1x5-objs := imx.o drv201.o ad5816g.o dw9714.o dw9719.o dw9718.o vcm.o otp.o otp_imx.o otp_brcc064_e2prom.o otp_e2prom.o
+atomisp-imx1x5-objs := imx.o drv201.o ad5816g.o dw9714.o dw9719.o dw9718.o vcm.o otp.o otp_imx.o otp_brcc064_e2prom.o otp_e2prom.o
-ov8858_driver-objs := ../ov8858.o dw9718.o vcm.o
-obj-$(CONFIG_VIDEO_OV8858) += ov8858_driver.o
+atomisp-ov8858-objs := ../ov8858.o dw9718.o vcm.o
+obj-$(CONFIG_VIDEO_ATOMISP_OV8858) += atomisp-ov8858.o
# HACK! While this driver is in bad shape, don't enable several warnings
# that would be otherwise enabled with W=1
OpenPOWER on IntegriCloud