diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-29 17:53:06 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-29 17:56:04 +0200 |
commit | 95c32a505a7bfef2dcac2a975b1f5875f490c405 (patch) | |
tree | a0ff67def67d7ba45ba0907078d61d8a22bd001d /utils/atj2137/atjboottool/Makefile | |
parent | 13364c552548ca15c34f781613762e88f6f2e327 (diff) |
atjboottool: split fwu code into its own file
Slightly cleanup the code by removing the old and dangerous --force option.
Change-Id: I776633a9924797fcd509b8b80623bcd64b391672
Diffstat (limited to 'utils/atj2137/atjboottool/Makefile')
-rw-r--r-- | utils/atj2137/atjboottool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/atj2137/atjboottool/Makefile b/utils/atj2137/atjboottool/Makefile index 14f25475f6..31c315d4fd 100644 --- a/utils/atj2137/atjboottool/Makefile +++ b/utils/atj2137/atjboottool/Makefile @@ -10,7 +10,7 @@ all: $(BINS) %.o: %.c $(CC) $(CFLAGS) -c -o $@ $< -atjboottool: atjboottool.o misc.o atj_tables.o +atjboottool: atjboottool.o fwu.o misc.o atj_tables.o $(LD) -o $@ $^ $(LDFLAGS) clean: |