summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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