9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f9798dafb05c3aec44d44d8dad0f4181277433f5
parent 174dfea4a1552a6305a9be107ff865f7d2fcfeb1
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Wed, 13 Mar 2019 09:16:41 +0000

[dev] Change dump to mkblobfil

It follows the same idiom used by other tools in the same
directory.

Change-Id: I818568b218c5fd543d09e845f5eafa8afcdf27c2

Diffstat:
Mdrivers/mkblob | 2+-
Rdrivers/dump -> drivers/mkblobfil | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mkblob b/drivers/mkblob @@ -17,6 +17,6 @@ function mkrules() print "" printf "blobfil.h: $(BLOBS)\n" - printf "\tdump $(BLOBS)\n" + printf "\tmkblobfil $(BLOBS)\n" } '> $$.tmp && mv $$.tmp blobs.mk diff --git a/drivers/dump b/drivers/mkblobfil