summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-09 09:59:54 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-20 14:51:28 +0200
commit88a4711e7973836e3802e75e954e3cd1b07b3fba (patch)
tree9d1962001449928ab3663616306673c3bdbf3c8e /drivers/staging/media/atomisp/Makefile
parent9972311643ac9c8f550272410a0cd4d6a2671eee (diff)
media: atomisp: add -dDEBUG when building this driver
This driver still has lots of issues. Let's enable debug there inconditionally, as we need more information in order to address the pending issues. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/Makefile')
-rw-r--r--drivers/staging/media/atomisp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/media/atomisp/Makefile b/drivers/staging/media/atomisp/Makefile
index d166b5f614e8..c032444a4db6 100644
--- a/drivers/staging/media/atomisp/Makefile
+++ b/drivers/staging/media/atomisp/Makefile
@@ -5,6 +5,9 @@ obj-$(CONFIG_INTEL_ATOMISP) += i2c/
obj-$(CONFIG_INTEL_ATOMISP) += platform/
obj-$(CONFIG_VIDEO_ATOMISP) += atomisp.o
+# While on staging, keep debug enabled
+DEFINES += -DDEBUG
+
atomisp = $(srctree)/drivers/staging/media/atomisp/
# SPDX-License-Identifier: GPL-2.0