summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-04 22:02:04 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-04 22:02:04 +0100
commite4e174f7d561f263d15ad7be062cdfe2b0934181 (patch)
treed4060f55104383cd6149a54ad2d1655af659d7c5 /mk
parent6acf5f803e1dc60015d8be310b0791c8d7bd124e (diff)
downloadembtoolkit-e4e174f7d561f263d15ad7be062cdfe2b0934181.tar.gz
embtoolkit-e4e174f7d561f263d15ad7be062cdfe2b0934181.tar.bz2
embtoolkit-e4e174f7d561f263d15ad7be062cdfe2b0934181.tar.xz
Packages: libelf: do make libelf depends on having rootfs, as it may be needed by toolchain addons
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/packages.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/mk/packages.mk b/mk/packages.mk
index f9830b0..a716d39 100644
--- a/mk/packages.mk
+++ b/mk/packages.mk
@@ -28,14 +28,26 @@ HOSTTOOLS_COMPONENTS-y := mkimage_install pkgconfig_install
#
# Common include for target and host
#
+
+# fakeroot
include $(EMBTK_ROOT)/mk/fakeroot.mk
+
+# gperf
include $(EMBTK_ROOT)/mk/gperf_host.mk
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_GPERF) += gperf_host_install
+
+# libelf
+include $(EMBTK_ROOT)/packages/misc/libelf/libelf.mk
+ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_LIBELF) += libelf_install
+HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_LIBELF) += libelf_host_install
+
include $(EMBTK_ROOT)/mk/makedevs.mk
include $(EMBTK_ROOT)/mk/mkimage.mk
include $(EMBTK_ROOT)/mk/mtd-utils.mk
include $(EMBTK_ROOT)/mk/pkgconfig.mk
include $(EMBTK_ROOT)/mk/squashfs.mk
+
+# zlib_host
include $(EMBTK_ROOT)/mk/zlib_host.mk
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_ZLIB) += zlib_host_install