From 61b1fe43bbd1634605c34f34c25e77ab03356da0 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Dec 2018 04:16:05 -0500 Subject: build system: Makefile.in: always include cfgdefs.mk & usrdefs.mk. The purpose of this commit is twofold; from the user's perspective, this provides a consistent experience whenever building a sofort-based project; and from the developer's perspective, this provides an easy way to test cfgdefs.mk even before the writing and/or integration of cfgdefs.sh. --- Makefile.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e0029cc..400f5f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -119,13 +119,8 @@ include $(PROJECT_DIR)/sysinfo/compiler/$(COMPILER).mk include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk include $(PROJECT_DIR)/sysinfo/os/$(OS).mk -ifeq ($(USE_CUSTOM_CFGDEFS),yes) include ./cfgdefs.mk -endif - -ifeq ($(USE_CUSTOM_USRDEFS),yes) include ./usrdefs.mk -endif include $(PROJECT_DIR)/sofort/defs.mk include $(PROJECT_DIR)/sofort/flavor.mk -- cgit v1.2.3