summaryrefslogtreecommitdiff
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-09-21 19:45:53 -0400
commitb834d90a62f4302a4c36611385b4f9e750b7d867 (patch)
treeb9a58943714a7f458420ffbdf87520ef378b01f3 /Makefile.in
parent3468c345f3976a6e2df5737580c452db0a5c5da5 (diff)
downloadbcparser-b834d90a62f4302a4c36611385b4f9e750b7d867.tar.bz2
bcparser-b834d90a62f4302a4c36611385b4f9e750b7d867.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 ea6317c..91e37ce 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