Fix MIPS build problem LABEL_2003_03_27_1900
authorwdenk <wdenk>
Thu, 27 Mar 2003 18:00:16 +0000 (18:00 +0000)
committerwdenk <wdenk>
Thu, 27 Mar 2003 18:00:16 +0000 (18:00 +0000)
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...