Fix MIPS build problem
[kernel/u-boot.git] / examples / Makefile
index 12837ea..b9056dd 100644 (file)
@@ -30,6 +30,7 @@ BIN   = hello_world.bin
 
 ifeq ($(CPU),mips)
 SREC =
+BIN =
 endif
 
 # The following example is pretty 8xx specific...