summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7cab64..3b9bf83 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,10 @@ clean: rmallpath
$(Q)$(MAKE) -f scripts/Makefile.clean obj=scripts/basic
$(Q)rm -rf .config kbuild.log .fakeroot*
-startbuild: buildtoolchain host_packages_build rootfs_build successful_build
+startbuild:
+ $(call EMBTK_GENERIC_MESSAGE,"Starting build of selected features ...")
+ @$(MAKE) buildtoolchain host_packages_build symlink_tools \
+ rootfs_build successful_build
include mk/macros.mk
include mk/target-mcu.mk