diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -5,14 +5,11 @@ # Only load .config when app/arch are not specified on commandline ifneq (${app}, ) CONFIG_app = ${app} + CONFIG_arch = ${arch} else -include .config endif -ifneq (${arch}, ) - CONFIG_arch = ${arch} -endif - # Make cannot include "foo"/Makefile.inc, so remove quotes from config entries quote=" app_dir = $(subst ${quote},,${CONFIG_app}) |