diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-08-03 14:58:10 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-10-03 13:12:59 +1000 |
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 @@ # Makefile for the drm device driver. This driver provides support for the # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. -ccflags-y := -Iinclude/drm -DCONFIG_NOUVEAU_DEBUG=7 -DCONFIG_NOUVEAU_DEBUG_DEFAULT=3 +ccflags-y := -Iinclude/drm ccflags-y += -I$(src)/core/include ccflags-y += -I$(src)/core ccflags-y += -I$(src) |