summaryrefslogtreecommitdiff
path: root/mk/buildsystem.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/buildsystem.mk')
-rw-r--r--mk/buildsystem.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildsystem.mk b/mk/buildsystem.mk
index 772faef..11b79f0 100644
--- a/mk/buildsystem.mk
+++ b/mk/buildsystem.mk
@@ -102,12 +102,12 @@ define __embtk_mk_startbuild
$(call embtk_echo_blue," ~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Host tools |")
$(call embtk_echo_blue," ~~~~~~~~~~~~ ")
- $(call embtk_echo_blue,"\tNumber of host tools packages needed:$(__embtk_hosttools_nrpackages)")
+ $(call embtk_echo_blue,"\tNumber of host tools packages needed:$(__embtk_hosttools_nrpkgs-y)")
$(if $(CONFIG_EMBTK_HAVE_ROOTFS),
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Root FS packages |")
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~ ")
- $(call embtk_echo_blue,"\tNumber of root FS packages:$(__embtk_rootfs_nrpackages)")
+ $(call embtk_echo_blue,"\tNumber of root FS packages:$(__embtk_rootfs_nrpkgs-y)")
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Root FS types |")
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~ ")