summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/rootfs.mk')
-rw-r--r--mk/rootfs.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 05e6ba8..76f7acf 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -32,11 +32,14 @@ FILESYSTEMS-y :=
include $(EMBTK_ROOT)/mk/fs.mk
#host tools in order to build root filesystems: fakeroot and makedevs.
+include $(EMBTK_ROOT)/mk/autoconf.mk
+include $(EMBTK_ROOT)/mk/automake.mk
include $(EMBTK_ROOT)/mk/fakeroot.mk
+include $(EMBTK_ROOT)/mk/m4.mk
include $(EMBTK_ROOT)/mk/makedevs.mk
include $(EMBTK_ROOT)/mk/pkgconfig.mk
-ROOTFS_HOSTTOOLS-y += makedevs_install fakeroot_install pkgconfig_install
-ROOTFS_HOSTTOOLS += makedevs_install fakeroot_install pkgconfig_install
+ROOTFS_HOSTTOOLS-y += makedevs_install fakeroot_install pkgconfig_install \
+ m4_install autoconf_install automake_install
#Does CPIO archive for initramfs selected?
FILESYSTEMS-$(CONFIG_EMBTK_ROOTFS_HAVE_INITRAMFS_CPIO) += build_initramfs_archive