367386 build system: support project-specific overrides of OS and toolchain defs.

Authored and Committed by midipix 8 years ago
    build system: support project-specific overrides of OS and toolchain defs.
    
        
file modified
+2 -0
Makefile.in CHANGED
@@ -83,6 +83,8 @@ include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk
83
83
include $(PROJECT_DIR)/sysinfo/compiler/$(COMPILER).mk
84
84
include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk
85
85
86
+ include $(PROJECT_DIR)/project/osforce.mk
87
+
86
88
include $(PROJECT_DIR)/sofort/defs.mk
87
89
include $(PROJECT_DIR)/sofort/version.mk
88
90
include $(PROJECT_DIR)/sofort/custom.mk
file added
+0
empty file added