From fa93e527c540aa786f3905c540995ff8c9005dc1 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 28 May 2016 08:11:55 -0400 Subject: build system: support project-specific overrides of OS and toolchain defs. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3