summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 55f7f3d62..71a7a90cc 100644
--- a/Makefile
+++ b/Makefile
@@ -3795,4 +3795,11 @@ backup:
F=`basename $(TOPDIR)` ; cd .. ; \
gtar --force-local -zcvf `date "+$$F-%Y-%m-%d-%T.tar.gz"` $$F
+# Add an install target for debian/rules to trigger on
+install: u-boot.bin
+ pwd
+ mkdir -p debian/tmp/boot
+ find . -name u-boot.bin
+ cp u-boot.bin debian/tmp/boot
+
#########################################################################