Explorar o código

Fix MIPS build problem

wdenk %!s(int64=22) %!d(string=hai) anos
pai
achega
cdd8a0f151
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/Makefile

+ 1 - 0
examples/Makefile

@@ -30,6 +30,7 @@ BIN	= hello_world.bin
 
 ifeq ($(CPU),mips)
 SREC =
+BIN =
 endif
 
 # The following example is pretty 8xx specific...