浏览代码

Fix MIPS build problem

wdenk 22 年之前
父节点
当前提交
cdd8a0f151
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/Makefile

+ 1 - 0
examples/Makefile

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