summaryrefslogtreecommitdiff
path: root/cesar/common/make/setup.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/common/make/setup.mk')
-rw-r--r--cesar/common/make/setup.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cesar/common/make/setup.mk b/cesar/common/make/setup.mk
index 5504b2a538..a29e2cc702 100644
--- a/cesar/common/make/setup.mk
+++ b/cesar/common/make/setup.mk
@@ -1,5 +1,9 @@
# Setup build parameters.
+OBJ_DIR_STAMP := $(OBJ_DIR)/dir.stamp
+OBJ_INC_DIR := $(OBJ_DIR)/inc
+OBJ_INC_DIR_STAMP := $(OBJ_INC_DIR)/dir.stamp
+
HOST_EXES := $(call prog2exe,$(HOST_PROGRAMS),host)
TARGET_ELFS := $(call prog2exe,$(TARGET_PROGRAMS),target)
TARGET_BINS := $(call prog2bin,$(TARGET_PROGRAMS))
@@ -69,7 +73,3 @@ ALL_SOURCES := $(sort $(HOST_SOURCES) $(TARGET_SOURCES))
vpath %.c $(BASE)
vpath %.cpp $(BASE)
vpath %.S $(BASE)
-
-OBJ_DIR_STAMP := $(OBJ_DIR)/dir.stamp
-OBJ_INC_DIR := $(OBJ_DIR)/inc
-OBJ_INC_DIR_STAMP := $(OBJ_INC_DIR)/dir.stamp