summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-03-26 11:42:53 +0000
committerwdenk <wdenk>2003-03-26 11:42:53 +0000
commitac6dbb85b7f080d923013bff4e1d5267cb6f8a5a (patch)
tree36654d13ca2b52408810f905ccbb3143cb82ce1a /examples
parent2a46cabd77eb8b94c6cbb59ee65afbf29815ba41 (diff)
downloadtalos-obmc-uboot-ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a.tar.gz
talos-obmc-uboot-ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a.zip
Make compile clean, fix the usual small problems.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 2897ba1638..12837ea24b 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -62,7 +62,7 @@ $(LIB): .depend $(LIBOBJS)
$(OBJCOPY) -O srec $(<:.o=) $@
%.bin: %.srec
- $(OBJCOPY) -O binary $< $@
+ $(OBJCOPY) -O binary $< $@ 2>/dev/null
#########################################################################
OpenPOWER on IntegriCloud