From ea4711dd1fbee942dd1377617a25e82454d25c88 Mon Sep 17 00:00:00 2001 From: Mats Bergstrom Date: Wed, 5 Oct 2011 14:33:29 +0000 Subject: working install --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') 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 + ######################################################################### -- cgit v1.2.3