summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMats Bergstrom <mats.m.bergstrom@stericsson.com>2011-10-05 14:33:29 +0000
committerMats Bergstrom <mats.m.bergstrom@stericsson.com>2011-10-06 12:46:35 +0200
commit6e16e9898e0240ecac436a0dff0982b7de179571 (patch)
treeb1e47857f389b71d4c41d44768e6fa4d02780ab7 /Makefile
parenta8a7c6acfe1f46b36ec53b8ac4790b322d754964 (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
+
#########################################################################