diff options
author | Brian Paul <[email protected]> | 2010-04-16 10:17:38 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-16 10:17:38 -0600 |
commit | cf88dcf7313b6a0112c36c2f05ce6a7e846d268c (patch) | |
tree | ac3d35dcd2ef96d4baf05b97c918b202ee34191c /src/gallium/auxiliary/Makefile | |
parent | d293c43c9a9658caa5224f710b95a848a912faa1 (diff) |
gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directory
This file is specific to the llvmpipe driver and not re-usable.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index c4d6b528b7c..f491a1178bc 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -156,7 +156,6 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_flow.c \ gallivm/lp_bld_format_soa.c \ gallivm/lp_bld_init.c \ - gallivm/lp_bld_interp.c \ gallivm/lp_bld_intr.c \ gallivm/lp_bld_logic.c \ gallivm/lp_bld_pack.c \ |