diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-08-03 00:58:10 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-10-02 23:12:59 -0400 |
commit | 5999933f4de7de7bcaae4be87667b0cff57d6e45 (patch) | |
tree | 1bcd2e4927d7b85d9445a2f4a9975d8739a8601d /drivers/gpu/drm/nouveau/Makefile | |
parent | 77145f1cbdf8d28b46ff8070ca749bad821e0774 (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/Makefile | 2 |
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 | ||
5 | ccflags-y := -Iinclude/drm -DCONFIG_NOUVEAU_DEBUG=7 -DCONFIG_NOUVEAU_DEBUG_DEFAULT=3 | 5 | ccflags-y := -Iinclude/drm |
6 | ccflags-y += -I$(src)/core/include | 6 | ccflags-y += -I$(src)/core/include |
7 | ccflags-y += -I$(src)/core | 7 | ccflags-y += -I$(src)/core |
8 | ccflags-y += -I$(src) | 8 | ccflags-y += -I$(src) |