Pārlūkot izejas kodu

Fix MIPS build problem

wdenk 22 gadi atpakaļ
vecāks
revīzija
cdd8a0f151
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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...