From ea679de8371e4e74fe4e78fb8df8e5df19efffdc Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 29 Sep 2017 18:22:30 +0200 Subject: atjboottool: put afi and fw code in its own files Change-Id: I16347ebee0f82d5fdf32f5aa8f955c07fe148eba --- utils/atj2137/atjboottool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/atj2137/atjboottool/Makefile') 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: -- cgit v1.2.3