summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-21 01:12:17 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-21 01:12:17 +0100
commit21771fe61217a453a062763261793406ec9c9340 (patch)
tree030b9acd6b19e30390fab5d7a95167c3db931a0d /mk/rootfs.mk
parent1d48633090fba808b4e61af5f7d15931969bf1b9 (diff)
downloadembtoolkit-21771fe61217a453a062763261793406ec9c9340.tar.gz
embtoolkit-21771fe61217a453a062763261793406ec9c9340.tar.bz2
embtoolkit-21771fe61217a453a062763261793406ec9c9340.tar.xz
Include gnu autools among host tools: m4, autoconf, automake
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
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