diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-18 11:45:36 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-18 11:45:36 +0200 |
commit | 7bd1747ad5a5c2a53e465b565d879ee47fa16415 (patch) | |
tree | 6b700244c81861144cea1abda19bcdc47603be6a /ubi-utils/Makefile | |
parent | 6901377f66b867dcbdc1046c202ff72ab3ad5bff (diff) |
ubi-utils: tweak ubigen
Make ubigen consistent with other UBI utilities
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/Makefile')
-rw-r--r-- | ubi-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index 933a843..155d1ba 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -73,7 +73,7 @@ nand2bin: nand2bin.o nandecc.o nandcorr.o bin2nand: bin2nand.o error.o nandecc.o $(CC) $(LDFLAGS) -o $@ $^ -ubigen: ubigen.o libubigen.o crc32.o +ubigen: ubigen.o libubigen.o crc32.o common.o $(CC) $(LDFLAGS) -o $@ $^ mkbootenv: mkbootenv.o bootenv.o hashmap.o error.o crc32.o |