From cdd8a0f1517b89349265465bf334db32e2304b45 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 27 Mar 2003 18:00:16 +0000 Subject: [PATCH 1/1] Fix MIPS build problem --- examples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Makefile b/examples/Makefile index 12837ea24b..b9056dd161 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -30,6 +30,7 @@ BIN = hello_world.bin ifeq ($(CPU),mips) SREC = +BIN = endif # The following example is pretty 8xx specific... -- 2.39.2