From be45b93015578c7a34591664631a9400db5eb19a Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 1 Jun 2009 13:47:39 +0200 Subject: Rootfs: Introduce rootfs build in EMBTK main build process Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ecdfc3f..524f93d 100644 --- a/Makefile +++ b/Makefile @@ -91,11 +91,12 @@ clean: rmallpath $(Q)$(MAKE) -f scripts/Makefile.clean obj=scripts/basic $(Q)rm -rf .config kbuild.log -startbuild: buildtoolchain +startbuild: buildtoolchain rootfs_build include mk/macros.mk include mk/target-mcu.mk include mk/initialpath.mk include mk/toolchain.mk include mk/packages.mk +include mk/rootfs.mk -- cgit v1.2.3