Browse Source

Fix MIPS build problem

wdenk 22 năm trước cách đây
mục cha
commit
cdd8a0f151
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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...