summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-28 08:11:55 -0400
committermidipix <writeonce@midipix.org>2016-05-28 08:11:55 -0400
commit8e6b56c8d74cbc8f7521153413bf01156dd3ae2b (patch)
tree36011cd361fd99897e4fc319ef1f4140797151e3 /Makefile.in
parentb673a533efb86adba180c3c29a3a41a771cd6416 (diff)
downloadsofort-8e6b56c8d74cbc8f7521153413bf01156dd3ae2b.tar.bz2
sofort-8e6b56c8d74cbc8f7521153413bf01156dd3ae2b.tar.xz
build system: support project-specific overrides of OS and toolchain defs.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d986e3a..8d3e543 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,6 +83,8 @@ include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk
include $(PROJECT_DIR)/sysinfo/compiler/$(COMPILER).mk
include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk
+include $(PROJECT_DIR)/project/osforce.mk
+
include $(PROJECT_DIR)/sofort/defs.mk
include $(PROJECT_DIR)/sofort/version.mk
include $(PROJECT_DIR)/sofort/custom.mk