fix handling of mkelfImage'd binaries
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2337 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
75d1b24537
commit
e26d66e9dd
|
@ -20,7 +20,7 @@ end
|
|||
|
||||
makerule payload
|
||||
depends "$(PAYLOAD)"
|
||||
action "cp $< $@"
|
||||
action "cp -f $< $@"
|
||||
end
|
||||
|
||||
makerule payload.nrv2b
|
||||
|
|
Loading…
Reference in New Issue