From: wdenk Date: Thu, 27 Mar 2003 18:00:16 +0000 (+0000) Subject: Fix MIPS build problem X-Git-Tag: v2008.10-rc1~2176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdd8a0f1517b89349265465bf334db32e2304b45;p=platform%2Fkernel%2Fu-boot.git Fix MIPS build problem --- diff --git a/examples/Makefile b/examples/Makefile index 12837ea..b9056dd 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...