From bb7ca4c487c5136e02316f408bb9da6e2a1767e6 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 31 2018 17:50:50 +0000 Subject: build system: configure: support a simple, project-specific cfgdefs.in. --- diff --git a/configure b/configure index 1ee5f3e..d28e1be 100755 --- a/configure +++ b/configure @@ -97,6 +97,10 @@ init_vars() 'a custom config step.' \ > cfgdefs.mk cat $mb_project_dir/sofort/cfgdefs.in >> cfgdefs.mk + + if [ -f $mb_project_dir/project/cfgdefs.in ]; then + cat $mb_project_dir/project/cfgdefs.in >> cfgdefs.mk + fi fi # user build-time overrides