aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 80d6a3d15..dfc2777ef 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -101,7 +101,7 @@ TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
101 ) 101 )
102endif 102endif
103 103
104# Pull in the user's uClibc configuration 104# Pull in the user's busybox configuration
105ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) 105ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
106-include $(TOPDIR).config 106-include $(TOPDIR).config
107endif 107endif