Fix MIPS build problem

master
wdenk 22 years ago
parent c021880ac5
commit cdd8a0f151
  1. 1
      examples/Makefile

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

Loading…
Cancel
Save