diff options
author | Jakob Bornecrantz <[email protected]> | 2010-06-28 22:33:39 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-06-28 22:33:39 +0200 |
commit | 7e1ce791c7ac6bf01c3136393bc3300a8a0c6145 (patch) | |
tree | 0fc76b8b5811f4dec27695291b53e525e3459b8c /src/gallium/targets/xorg-i915 | |
parent | 77cd1a989bbb76b59544c8e25b46f411b4a57989 (diff) |
i915g: Add Galahad to targets
Diffstat (limited to 'src/gallium/targets/xorg-i915')
-rw-r--r-- | src/gallium/targets/xorg-i915/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-i915/Makefile b/src/gallium/targets/xorg-i915/Makefile index 3ab7285fb93..45b0622ca9a 100644 --- a/src/gallium/targets/xorg-i915/Makefile +++ b/src/gallium/targets/xorg-i915/Makefile @@ -8,12 +8,13 @@ C_SOURCES = \ intel_xorg.c DRIVER_DEFINES = \ - -DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE + -DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD DRIVER_LINKS = \ $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \ $(TOP)/src/gallium/winsys/i915/drm/libi915drm.a \ $(TOP)/src/gallium/drivers/i915/libi915.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/softpipe/libsoftpipe.a \ |