summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-25 04:16:05 -0500
committermidipix <writeonce@midipix.org>2018-12-25 05:13:51 -0500
commitbeebf96b7a7d76615021a6ffd755ce6e465e1216 (patch)
tree68076ea527a282fe23296f52839323d6426884b9 /Makefile.in
parent24ec5439bf16925c47936052810295d44f4167ef (diff)
downloaddalist-beebf96b7a7d76615021a6ffd755ce6e465e1216.tar.bz2
dalist-beebf96b7a7d76615021a6ffd755ce6e465e1216.tar.xz
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 0 insertions, 5 deletions
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