llvmpipe: delete lp_test_*.o files with make clean
authorBrian Paul <brianp@vmware.com>
Wed, 14 Jul 2010 20:35:21 +0000 (14:35 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 14 Jul 2010 21:13:54 +0000 (15:13 -0600)
src/gallium/drivers/llvmpipe/Makefile

index b18f52459abefba0c7f3f277cebb86f34d10cdcd..2892b62920e80b18c009bdce54506586f442a57e 100644 (file)
@@ -57,6 +57,9 @@ PROGS := lp_test_format       \
         lp_test_round \
          lp_test_sincos
 
+# Need this for the lp_test_*.o files
+CLEAN_EXTRA = *.o
+
 lp_test_sincos.o : sse_mathfun.h
 
 PROGS_DEPS := ../../auxiliary/libgallium.a