mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
llvmpipe: remove .s rule (already in Makefile.template)
This commit is contained in:
parent
aa4ed6a0e6
commit
822d951b5d
1 changed files with 0 additions and 5 deletions
|
|
@ -48,11 +48,6 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil
|
|||
python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
|
||||
|
||||
|
||||
# to make a .s file to inspect assembly code
|
||||
.c.s:
|
||||
$(CC) -S $(INCLUDES) $(DEFINES) $(CFLAGS) $(LIBRARY_DEFINES) $<
|
||||
|
||||
|
||||
testprogs := lp_test_format \
|
||||
lp_test_blend \
|
||||
lp_test_conv
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue