Fix MIPS build problem
diff --git a/examples/Makefile b/examples/Makefile
index 12837ea..b9056dd 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -30,6 +30,7 @@
 
 ifeq ($(CPU),mips)
 SREC =
+BIN =
 endif
 
 # The following example is pretty 8xx specific...