From bd07d92aaddd32f7648d7e1f59d34a41019d4744 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 16 Mar 2009 15:48:43 +0000 Subject: Makefile: introduce $(HOST_DIR) for host binaries Add HOST_DIR directory handling. HOST_DIR should be used just like STAGING_DIR, but for host files instead of target ones. --- project/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'project') diff --git a/project/Makefile.in b/project/Makefile.in index fc73e407b..a3a666493 100644 --- a/project/Makefile.in +++ b/project/Makefile.in @@ -68,6 +68,9 @@ GNU_TARGET_SUFFIX:=-$(strip $(subst ",, $(BR2_GNU_TARGET_SUFFIX))) STAGING_DIR:=$(strip $(subst ",, $(BR2_STAGING_DIR))) #")) +# packages compiled for the host goes here +HOST_DIR:=$(BUILD_DIR)/host_dir + # All configurable packages (like Busybox,Linux etc) should be built # in PROJECT_BUILD_DIR PROJECT_BUILD_DIR:=$(BASE_DIR)/$(TOPDIR_PREFIX)project_build_$(ARCH)$(ARCH_FPU_SUFFIX)$(TOPDIR_SUFFIX)/$(PROJECT) -- cgit v1.2.3