summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/hwpatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwpatcher/Makefile b/utils/hwpatcher/Makefile
index c64ff302cc..77b709257c 100644
--- a/utils/hwpatcher/Makefile
+++ b/utils/hwpatcher/Makefile
@@ -15,7 +15,7 @@ all: $(EXEC)
15%.o: $(SBTOOLS_DIR)/%.c 15%.o: $(SBTOOLS_DIR)/%.c
16 $(CC) $(CFLAGS) -c -o $@ $< 16 $(CC) $(CFLAGS) -c -o $@ $<
17 17
18%.o: $%.c 18%.o: %.c
19 $(CC) $(CFLAGS) -c -o $@ $< 19 $(CC) $(CFLAGS) -c -o $@ $<
20 20
21hwpatcher: hwpatcher.o md5.o $(SBTOOLS_OBJ) 21hwpatcher: hwpatcher.o md5.o $(SBTOOLS_OBJ)