diff options
author | Zack Rusin <[email protected]> | 2007-10-29 10:01:29 -0400 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-10-29 16:14:10 +0000 |
commit | a6a3d8cb755c36d4ae1dc4dbfb310f06862a37b4 (patch) | |
tree | 754efd88f96e7cdb24f6404e28979ada233eef4d /src/mesa/sources | |
parent | a70c5e37f1c2e43738469e4799ad2b9e7c604782 (diff) |
Remove conditionals from the makefiles.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 30d3c32b836..e27f02a9bc9 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -187,12 +187,10 @@ TGSIDECO_SOURCES = \ pipe/tgsi/deco/deco_caps.c -ifeq ($(MESA_LLVM),1) - LLVMTGSI_SOURCES = \ +LLVMTGSI_SOURCES = \ pipe/llvm/llvmtgsi.cpp \ pipe/llvm/storage.cpp \ pipe/llvm/instructions.cpp -endif STATECACHE_SOURCES = \ pipe/cso_cache/cso_hash.c \ |