Sfoglia il codice sorgente

Fix MIPS build problem

wdenk 22 anni fa
parent
commit
cdd8a0f151
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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...