llvmpipe: Remove remnants of lp_tile_soa from Makefile.

Completely forgot about updating Makefile when removing it. Stephane
already fixed the make build, but there were a few mentions of
lp_tile_soa left in the tree.
This commit is contained in:
José Fonseca 2012-11-30 07:05:24 +00:00
parent 2f7915bdb9
commit e7177e362e
2 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
lp_tile_soa.c
lp_test_arit
lp_test_blend
lp_test_conv

View File

@ -62,9 +62,6 @@ include ../../Makefile.template
PROGS_DEPS := ../../auxiliary/libgallium.a
lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxiliary/util/u_format_pack.py ../../auxiliary/util/u_format.csv
$(PYTHON2) $(PYTHON_FLAGS) lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
LDFLAGS += $(LLVM_LDFLAGS)
LIBS += -L../../auxiliary/ -lgallium libllvmpipe.a $(LLVM_LIBS) $(GL_LIB_DEPS)
LD=$(CXX)