mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-25 00:09:54 +00:00
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:
parent
2f7915bdb9
commit
e7177e362e
1
src/gallium/drivers/llvmpipe/.gitignore
vendored
1
src/gallium/drivers/llvmpipe/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
lp_tile_soa.c
|
||||
lp_test_arit
|
||||
lp_test_blend
|
||||
lp_test_conv
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user