summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-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