summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-21 01:55:55 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-21 01:55:55 +0100
commit5d0b1de6b5ee193376ddd09fffc19f7c1c9b98b9 (patch)
treeb04bdb4a7c0c6aae7189b21f026c040cb16b29c1 /mk/rootfs.mk
parent21771fe61217a453a062763261793406ec9c9340 (diff)
downloadembtoolkit-5d0b1de6b5ee193376ddd09fffc19f7c1c9b98b9.tar.gz
embtoolkit-5d0b1de6b5ee193376ddd09fffc19f7c1c9b98b9.tar.bz2
embtoolkit-5d0b1de6b5ee193376ddd09fffc19f7c1c9b98b9.tar.xz
Build autotools earlier
Diffstat (limited to 'mk/rootfs.mk')
-rw-r--r--mk/rootfs.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 76f7acf..5fb2e76 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -32,14 +32,10 @@ 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 \
- m4_install autoconf_install automake_install
+ROOTFS_HOSTTOOLS-y += makedevs_install fakeroot_install pkgconfig_install
#Does CPIO archive for initramfs selected?
FILESYSTEMS-$(CONFIG_EMBTK_ROOTFS_HAVE_INITRAMFS_CPIO) += build_initramfs_archive