diff options
author | Zack Rusin <[email protected]> | 2008-02-05 03:09:24 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-02-10 23:07:18 -0500 |
commit | 137edf75335910c9f15daacaf0ce3f4cbd43080c (patch) | |
tree | eccb17691b781cd88bed0c607966be27ef848fbd /src/mesa/pipe/llvm/Makefile | |
parent | 7d69090e272d0d429f0ef7a733cebe1363383447 (diff) |
rewrite the way cpu engine is handled
Diffstat (limited to 'src/mesa/pipe/llvm/Makefile')
-rw-r--r-- | src/mesa/pipe/llvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/Makefile b/src/mesa/pipe/llvm/Makefile index 10ff7aacae8..b333661c6f8 100644 --- a/src/mesa/pipe/llvm/Makefile +++ b/src/mesa/pipe/llvm/Makefile @@ -7,6 +7,7 @@ LIBNAME = gallivm GALLIVM_SOURCES = \ gallivm.cpp \ + gallivm_cpu.cpp \ instructions.cpp \ loweringpass.cpp \ tgsitollvm.cpp \ |