diff options
author | nobled <[email protected]> | 2010-07-24 12:04:29 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-07-26 12:25:05 -0700 |
commit | 4830237660be23ff67b2dd538947c285cde4b715 (patch) | |
tree | 11c5b8974c786ef3de88a0253f65835204009e42 /src/gallium/targets | |
parent | bc34aa6128b9d509a25232d70dc826f1921fd221 (diff) |
i915g: Fix llvm build
Acked-by: Jakob Bornecrantz <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/dri-i915/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-i915/Makefile b/src/gallium/targets/dri-i915/Makefile index e88c3c9f66a..9c10d71a4a6 100644 --- a/src/gallium/targets/dri-i915/Makefile +++ b/src/gallium/targets/dri-i915/Makefile @@ -22,7 +22,7 @@ DRIVER_DEFINES = \ -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD -DGALLIUM_SOFTPIPE ifeq ($(MESA_LLVM),1) -DRIVER_DEFINS += -DGALLIUM_LLVMPIPE +DRIVER_DEFINES += -DGALLIUM_LLVMPIPE endif include ../Makefile.dri |