mirror of
https://github.com/armbian/build.git
synced 2025-08-11 21:56:58 +02:00
15 lines
272 B
Diff
15 lines
272 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 27153d8..d37f61f 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1470,7 +1470,8 @@ help:
|
|
|
|
# Dummies...
|
|
PHONY += prepare scripts
|
|
-prepare: ;
|
|
+prepare:
|
|
+ @rm -f $(FUSING_FOLDER)/u-boot.bin
|
|
scripts: ;
|
|
|
|
endif #ifeq ($(config-targets),1)
|