summaryrefslogtreecommitdiff
path: root/core/prefix.mak
diff options
context:
space:
mode:
Diffstat (limited to 'core/prefix.mak')
-rw-r--r--core/prefix.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/prefix.mak b/core/prefix.mak
index b7b9469c4..ce68486b9 100644
--- a/core/prefix.mak
+++ b/core/prefix.mak
@@ -3,6 +3,9 @@
# include project
include $(PRO_DIR)/project.mak
+# the temporary directory
+TMP_DIR :=$(if $(TMP_DIR),$(TMP_DIR),/tmp)
+
# the source directory
SRC_DIR = $(PRO_DIR)/src