summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-28 08:11:55 -0400
committermidipix <writeonce@midipix.org>2016-05-28 08:16:19 -0400
commit3a6438f57de92b749defbcbebce5390f7e979ef8 (patch)
tree882094ec4d7d40f3ab90b3e2ffc49c7950d30b10
parentc8693a633049ac2c71097d16404c650cd5c490aa (diff)
downloadapimagic-3a6438f57de92b749defbcbebce5390f7e979ef8.tar.bz2
apimagic-3a6438f57de92b749defbcbebce5390f7e979ef8.tar.xz
build system: support project-specific overrides of OS and toolchain defs.
-rw-r--r--Makefile.in2
-rw-r--r--project/osforce.mk0
2 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
diff --git a/project/osforce.mk b/project/osforce.mk
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/project/osforce.mk