소스 검색

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)
 SREC =
+BIN =
 endif
 
 # The following example is pretty 8xx specific...