mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
llvmpipe: Move makefile include to before targets
Or plain make inside of the directory wont build libllvmpipe.a
This commit is contained in:
parent
9c439e3c7a
commit
992e7c7279
1 changed files with 2 additions and 2 deletions
|
|
@ -63,12 +63,12 @@ PROGS := lp_test_format \
|
|||
# Need this for the lp_test_*.o files
|
||||
CLEAN_EXTRA = *.o
|
||||
|
||||
include ../../Makefile.template
|
||||
|
||||
lp_test_sincos.o : sse_mathfun.h
|
||||
|
||||
PROGS_DEPS := ../../auxiliary/libgallium.a
|
||||
|
||||
include ../../Makefile.template
|
||||
|
||||
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
|
||||
python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue