summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 369d26c..d45e8be 100644
--- a/Makefile
+++ b/Makefile
@@ -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})