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-11-11 00:22:46 -0500
commite9c437058ab1b8b93aa6d2c862908a2e2d37267d (patch)
treefc637f939bc72b830118b28385687665a9ee49ee /Makefile.in
parentd2c3451f677ab1086cc91801ad4b32473cba56ce (diff)
downloadmdso-e9c437058ab1b8b93aa6d2c862908a2e2d37267d.tar.bz2
mdso-e9c437058ab1b8b93aa6d2c862908a2e2d37267d.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