summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMats Bergstrom <mats.m.bergstrom@stericsson.com>2011-10-05 14:33:29 +0000
committerKalle Vahlman <kalle.vahlman@movial.com>2012-03-26 12:38:45 +0000
commitea4711dd1fbee942dd1377617a25e82454d25c88 (patch)
treeb2bb43e53361c16a075652ddecff0e4983727e44 /Makefile
parentacec7ab71ad51a52d89b21a759aa3ae29e657e7e (diff)
working install
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
+
#########################################################################