summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-01 13:47:39 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-01 13:47:39 +0200
commitbe45b93015578c7a34591664631a9400db5eb19a (patch)
tree0f6e3271c3269879129413f4525a29483343be69 /Makefile
parentec2807a0f518e506063c76cac2f0bbc6378f5e16 (diff)
downloadembtoolkit-be45b93015578c7a34591664631a9400db5eb19a.tar.gz
embtoolkit-be45b93015578c7a34591664631a9400db5eb19a.tar.bz2
embtoolkit-be45b93015578c7a34591664631a9400db5eb19a.tar.xz
Rootfs: Introduce rootfs build in EMBTK main build process
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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