diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-29 18:22:30 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-29 18:22:30 +0200 |
commit | ea679de8371e4e74fe4e78fb8df8e5df19efffdc (patch) | |
tree | c08cf8be057318313a3bcf040395826afe62566b /utils/atj2137/atjboottool/Makefile | |
parent | 95c32a505a7bfef2dcac2a975b1f5875f490c405 (diff) |
atjboottool: put afi and fw code in its own files
Change-Id: I16347ebee0f82d5fdf32f5aa8f955c07fe148eba
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 31c315d4fd..8d96bcdde0 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 fwu.o misc.o atj_tables.o +atjboottool: atjboottool.o fwu.o fw.o afi.o misc.o atj_tables.o $(LD) -o $@ $^ $(LDFLAGS) clean: |