summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-03-27 18:00:16 +0000
committerwdenk <wdenk>2003-03-27 18:00:16 +0000
commitcdd8a0f1517b89349265465bf334db32e2304b45 (patch)
tree241a9d334aea08ef6e2953653f755b5213e7798c /examples
parentc021880ac5837154ca51b9d84e6b75f39b64aabe (diff)
downloadtalos-obmc-uboot-cdd8a0f1517b89349265465bf334db32e2304b45.tar.gz
talos-obmc-uboot-cdd8a0f1517b89349265465bf334db32e2304b45.zip
Fix MIPS build problem
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
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...
OpenPOWER on IntegriCloud