aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c1c4a4c..1bd3b25a 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ include kconfig/Makefile
-include .singlemake
$(KCONFIG_CONFIG): $(KCONFIG_TOP)
- @if [ -e "$(KCONFG_CONFIG)" ]; then make silentoldconfig; \
+ @if [ -e "$(KCONFIG_CONFIG)" ]; then make silentoldconfig; \
else echo "Not configured (run 'make defconfig' or 'make menuconfig')";\
exit 1; fi