summaryrefslogtreecommitdiff
path: root/utils/atj2137/atjboottool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/atj2137/atjboottool/Makefile')
-rw-r--r--utils/atj2137/atjboottool/Makefile2
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)
10%.o: %.c 10%.o: %.c
11 $(CC) $(CFLAGS) -c -o $@ $< 11 $(CC) $(CFLAGS) -c -o $@ $<
12 12
13atjboottool: atjboottool.o fwu.o misc.o atj_tables.o 13atjboottool: atjboottool.o fwu.o fw.o afi.o misc.o atj_tables.o
14 $(LD) -o $@ $^ $(LDFLAGS) 14 $(LD) -o $@ $^ $(LDFLAGS)
15 15
16clean: 16clean: