projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa4ed6a
)
llvmpipe: remove .s rule (already in Makefile.template)
author
Brian Paul
<brianp@vmware.com>
Tue, 9 Feb 2010 20:08:23 +0000
(13:08 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 9 Feb 2010 20:08:23 +0000
(13:08 -0700)
src/gallium/drivers/llvmpipe/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/Makefile
b/src/gallium/drivers/llvmpipe/Makefile
index be38a43dfc143033c6dc6156a0e5d87d12db6b1e..317325143790250678b98404dbe2b0a11bb752e7 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/Makefile
+++ b/
src/gallium/drivers/llvmpipe/Makefile
@@
-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