diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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) |