aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-08-03 00:58:10 -0400
committerBen Skeggs <bskeggs@redhat.com>2012-10-02 23:12:59 -0400
commit5999933f4de7de7bcaae4be87667b0cff57d6e45 (patch)
tree1bcd2e4927d7b85d9445a2f4a9975d8739a8601d /drivers/gpu/drm/nouveau/Makefile
parent77145f1cbdf8d28b46ff8070ca749bad821e0774 (diff)
drm/nouveau: add Kconfig options for debug control
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index fe14f4bffde1..97a091961a9b 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -2,7 +2,7 @@
2# Makefile for the drm device driver. This driver provides support for the 2# Makefile for the drm device driver. This driver provides support for the
3# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 3# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
4 4
5ccflags-y := -Iinclude/drm -DCONFIG_NOUVEAU_DEBUG=7 -DCONFIG_NOUVEAU_DEBUG_DEFAULT=3 5ccflags-y := -Iinclude/drm
6ccflags-y += -I$(src)/core/include 6ccflags-y += -I$(src)/core/include
7ccflags-y += -I$(src)/core 7ccflags-y += -I$(src)/core
8ccflags-y += -I$(src) 8ccflags-y += -I$(src)