diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2010-06-28 22:33:39 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2010-06-28 22:33:39 +0200 |
commit | 7e1ce791c7ac6bf01c3136393bc3300a8a0c6145 (patch) | |
tree | 0fc76b8b5811f4dec27695291b53e525e3459b8c /src/gallium/targets/egl-i915 | |
parent | 77cd1a989bbb76b59544c8e25b46f411b4a57989 (diff) |
i915g: Add Galahad to targets
Diffstat (limited to 'src/gallium/targets/egl-i915')
-rw-r--r-- | src/gallium/targets/egl-i915/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-i915/Makefile b/src/gallium/targets/egl-i915/Makefile index c3ffe78029..43c67a49c3 100644 --- a/src/gallium/targets/egl-i915/Makefile +++ b/src/gallium/targets/egl-i915/Makefile @@ -6,10 +6,11 @@ EGL_DRIVER_SOURCES = target.c EGL_DRIVER_LIBS = -ldrm_intel EGL_DRIVER_DEFINES = \ - -DGALLIUM_RBUG -DGALLIUM_TRACE + -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD EGL_DRIVER_PIPES = \ $(TOP)/src/gallium/winsys/i915/drm/libi915drm.a \ + $(TOP)/src/gallium/drivers/galahad/libgalahad.a \ $(TOP)/src/gallium/drivers/trace/libtrace.a \ $(TOP)/src/gallium/drivers/rbug/librbug.a \ $(TOP)/src/gallium/drivers/i915/libi915.a |