summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-23 20:02:56 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-23 20:02:56 +0100
commit58daf92f7ee2d86b3606d966a613c061e148af3d (patch)
tree7bfee20818b15ae496646ce75e91c73496e1592e
parentac32f4d26defbd0ce5b1390872c1d5475fe138c4 (diff)
downloadembtoolkit-58daf92f7ee2d86b3606d966a613c061e148af3d.tar.gz
embtoolkit-58daf92f7ee2d86b3606d966a613c061e148af3d.tar.bz2
embtoolkit-58daf92f7ee2d86b3606d966a613c061e148af3d.tar.xz
Build system: move host tools packages include in packages.mk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--Makefile1
-rw-r--r--core/mk/packages.mk9
2 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b49ae8e..6e8b9a0 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,5 @@ include core/mk/target-mcu.mk
include core/mk/buildsystem.mk
include core/toolchain/toolchain.mk
include core/mk/packages.mk
-include packages/htools/hosttools-buildopts.mk
include core/mk/rootfs/rootfs.mk
include core/mk/help.mk
diff --git a/core/mk/packages.mk b/core/mk/packages.mk
index b9de206..c97cacd 100644
--- a/core/mk/packages.mk
+++ b/core/mk/packages.mk
@@ -25,9 +25,11 @@
ROOTFS_COMPONENTS-y :=
HOSTTOOLS_COMPONENTS-y := mkimage_install
+
#
-# Common include for target and host
+# Packages for host and target
#
+include packages/htools/hosttools-buildopts.mk
# gperf
include core/mk/gperf_host.mk
@@ -46,11 +48,6 @@ ifeq ($(embtk_buildhost_os_type),bsd)
HOSTTOOLS_COMPONENTS-y += gsed_install gmake_install
endif
-
-#
-# Packages for TARGET and HOST
-#
-
# Flash manipulation tools: mtd-utils
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_MTDUTILS) += mtdutils_install