summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-radeon/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-06-28 21:54:38 +0200
committerJakob Bornecrantz <jakob@vmware.com>2010-06-28 22:27:08 +0200
commit2da9d80a4b5bc682871f74e4361722a395c28086 (patch)
treec4a41db4e5a26b79cf5dd7ef6981a825ae4758d9 /src/gallium/targets/egl-radeon/Makefile
parent40d4b414d94866f1eb23fa14c8289da11a81f062 (diff)
r300g: Add target defines for Galahad
Diffstat (limited to 'src/gallium/targets/egl-radeon/Makefile')
-rw-r--r--src/gallium/targets/egl-radeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-radeon/Makefile b/src/gallium/targets/egl-radeon/Makefile
index 79426836db..cc7bb22952 100644
--- a/src/gallium/targets/egl-radeon/Makefile
+++ b/src/gallium/targets/egl-radeon/Makefile
@@ -6,7 +6,7 @@ EGL_DRIVER_SOURCES = target.c
EGL_DRIVER_LIBS = -ldrm_radeon
EGL_DRIVER_DEFINES = \
- -DGALLIUM_RBUG -DGALLIUM_TRACE
+ -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD
EGL_DRIVER_PIPES = \
$(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \