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:
@ -20,7 +20,7 @@ end
|
|||||||
|
|
||||||
makerule payload
|
makerule payload
|
||||||
depends "$(PAYLOAD)"
|
depends "$(PAYLOAD)"
|
||||||
action "cp $< $@"
|
action "cp -f $< $@"
|
||||||
end
|
end
|
||||||
|
|
||||||
makerule payload.nrv2b
|
makerule payload.nrv2b
|
||||||
|
Reference in New Issue
Block a user