summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-16 22:47:15 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-16 22:47:15 +0200
commit89dfd7dd3331804c15c4181094e5cfcfd10c66bc (patch)
treece1304fdf439548a02d319adb79b0911696bb947 /Makefile
parentfb7e134ba8710aef1ae51cb80193e82148913da4 (diff)
downloadembtoolkit-89dfd7dd3331804c15c4181094e5cfcfd10c66bc.tar.gz
embtoolkit-89dfd7dd3331804c15c4181094e5cfcfd10c66bc.tar.bz2
embtoolkit-89dfd7dd3331804c15c4181094e5cfcfd10c66bc.tar.xz
Use successful_build target instead of announce it after rootfs build
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a415e23..6d6ea54 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ clean: rmallpath
$(Q)$(MAKE) -f scripts/Makefile.clean obj=scripts/basic
$(Q)rm -rf .config kbuild.log .fakeroot*
-startbuild: buildtoolchain rootfs_build
+startbuild: buildtoolchain rootfs_build successful_build
include mk/macros.mk
include mk/target-mcu.mk