aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans Odeberg <hans.odeberg@stericsson.com>2011-11-16 11:35:40 +0100
committerJohan YDSTROM <johan.xj.ydstrom@stericsson.com>2011-12-01 08:30:48 +0100
commitb949a7e3c391a373061ec7313856064de28a1161 (patch)
tree84516208c58aa3367807938298e4a2e8c08377e9 /Makefile
parent17651dcf23fd4e5654b191d6d706091d5a3faf17 (diff)
Added required build targets
The ux500.mak build system will be restructured to require the following make targets from all modules invoked by it: config, build, install, clean, distclean. ST-Ericsson ID: 374403 ST-Ericsson FOSS-OUT ID: NA Change-Id: I907ab207be9c6b80f5d0d89562c2abbd43afc94c Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/39513 Reviewed-by: Axel LILLIECRANTZ <axel.lilliecrantz@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Johan YDSTROM <johan.xj.ydstrom@stericsson.com> Tested-by: Hans ODEBERG <hans.odeberg@stericsson.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 588ff766d..76564b7a8 100644
--- a/Makefile
+++ b/Makefile
@@ -3794,6 +3794,9 @@ distclean: clobber unconfig
rm -rf $(obj)*
endif
+.PHONY: install
+install:
+
backup:
F=`basename $(TOPDIR)` ; cd .. ; \
gtar --force-local -zcvf `date "+$$F-%Y-%m-%d-%T.tar.gz"` $$F