projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c021880
)
Fix MIPS build problem
LABEL_2003_03_27_1900
author
wdenk
<wdenk>
Thu, 27 Mar 2003 18:00:16 +0000
(18:00 +0000)
committer
wdenk
<wdenk>
Thu, 27 Mar 2003 18:00:16 +0000
(18:00 +0000)
examples/Makefile
patch
|
blob
|
history
diff --git
a/examples/Makefile
b/examples/Makefile
index 12837ea24b8c6970c826e1cd804ee7ed82cc8807..b9056dd16149394e13dbbf96f9fda0ec05107b9c 100644
(file)
--- 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...