Przeglądaj źródła

Fix MIPS build problem

wdenk 22 lat temu
rodzic
commit
cdd8a0f151
1 zmienionych plików z 1 dodań i 0 usunięć
  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...