Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
firmware: Remove --update arg from cp
Browse files Browse the repository at this point in the history
* OS X cp lacks the --update feature

Change-Id: I1d8248315da2ecdba1b989f30eb97e48819f21be
Signed-off-by: Brandon McAnsh <[email protected]>
(cherry picked from commit d87d535)
  • Loading branch information
bmc08gt authored and pavlaras committed Oct 11, 2017
1 parent 42abd24 commit f66d541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ quiet_cmd_ihex = IHEX $@
cmd_ihex = $(OBJCOPY) -Iihex -Obinary $< $@

quiet_cmd_copy = COPY $@
cmd_copy = cp -u $(srctree)/$@ $@
cmd_copy = cp $(srctree)/$@ $@
quiet_cmd_ihex2fw = IHEX2FW $@
cmd_ihex2fw = $(objtree)/$(obj)/ihex2fw $< $@

Expand Down

0 comments on commit f66d541

Please sign in to comment.