summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 02f131f..75ad2ce 100644
--- a/Makefile
+++ b/Makefile
@@ -86,8 +86,8 @@ xconfig: basic
ifeq ($(CONFIG_EMBTK_DOTCONFIG),y)
$(Q)make -f scripts/Makefile.build obj=scripts/kconfig xconfig
else
- $(Q)if [ -e $(EMBTK_DOCONFIG).old ]; then \
- cp $(EMBTK_DOCONFIG).old $(EMBTK_DOCONFIG); \
+ $(Q)if [ -e $(EMBTK_DOTCONFIG).old ]; then \
+ cp $(EMBTK_DOTCONFIG).old $(EMBTK_DOTCONFIG); \
$(MAKE) -f scripts/Makefile.build obj=scripts/kconfig xconfig; \
else \
$(MAKE) -f scripts/Makefile.build obj=scripts/kconfig xconfig; \