diff options
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: |