summaryrefslogtreecommitdiffstats
path: root/project/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'project/Makefile.in')
-rw-r--r--project/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/Makefile.in b/project/Makefile.in
index a3a666493..49aec141a 100644
--- a/project/Makefile.in
+++ b/project/Makefile.in
@@ -71,6 +71,9 @@ STAGING_DIR:=$(strip $(subst ",, $(BR2_STAGING_DIR)))
# packages compiled for the host goes here
HOST_DIR:=$(BUILD_DIR)/host_dir
+# stamp (dependency) files go here
+STAMP_DIR:=$(BUILD_DIR)/stamps
+
# 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)