Fix MIPS build problem

This commit is contained in:
wdenk 2003-03-27 18:00:16 +00:00
parent c021880ac5
commit cdd8a0f151
1 changed files with 1 additions and 0 deletions

View File

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