diff options
-rw-r--r-- | utils/hwstub/stmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/hwstub/stmp/Makefile b/utils/hwstub/stmp/Makefile index 7fd33c3d9e..4185dcbbc9 100644 --- a/utils/hwstub/stmp/Makefile +++ b/utils/hwstub/stmp/Makefile @@ -70,4 +70,5 @@ $(EXEC_SB1): $(EXEC_ELF) $(ELF2SB1) $(ELF2SB1_CMD) $(ELF2SB1_KEY) -o $@ clean: - rm -rf $(OBJ) $(DEPS) $(EXEC) $(TMP_LDS) $(TMP_MAP)
\ No newline at end of file + rm -rf $(OBJ) $(DEPS) $(EXEC) $(TMP_LDS) $(TMP_MAP) + |