summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/Makefile
diff options
context:
space:
mode:
authorChandrabhanu Mahapatra <cmahapatra@ti.com>2012-09-27 16:52:17 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-10-12 14:15:29 +0300
commit7ad6623a4980caa053eb9eb3207e0c3ba7d4ed4d (patch)
tree224e363925f2757f8e17c93f3e5de5b8efd3514e /drivers/video/omap2/dss/Makefile
parent13b1ba7de8d0ecc42e4f9c002d5b0c1a48f05e58 (diff)
downloadop-kernel-dev-7ad6623a4980caa053eb9eb3207e0c3ba7d4ed4d.zip
op-kernel-dev-7ad6623a4980caa053eb9eb3207e0c3ba7d4ed4d.tar.gz
OMAPDSS: Move definition of DEBUG flag to Makefile
In OMAPDSS the DEBUG flag is set only after the OMAPDSS module is called, for which the debugging capabilities are available only after its proper initialization. As a result of which tracking of bugs prior to or during initial process becomes difficult. So, the definition of DEBUG is being moved to the corresponding Makefile. Signed-off-by: Chandrabhanu Mahapatra <cmahapatra@ti.com> Reviewed-by: Sumit Semwal <sumit.semwal@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/Makefile')
-rw-r--r--drivers/video/omap2/dss/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile
index 4549869..86493e3 100644
--- a/drivers/video/omap2/dss/Makefile
+++ b/drivers/video/omap2/dss/Makefile
@@ -8,3 +8,4 @@ omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o
omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o
omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o \
hdmi_panel.o ti_hdmi_4xxx_ip.o
+ccflags-$(CONFIG_OMAP2_DSS_DEBUG_SUPPORT) += -DDEBUG
OpenPOWER on IntegriCloud