diff options
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ TARGET_ARCH=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \ | |||
101 | ) | 101 | ) |
102 | endif | 102 | endif |
103 | 103 | ||
104 | # Pull in the user's uClibc configuration | 104 | # Pull in the user's busybox configuration |
105 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) | 105 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) |
106 | -include $(TOPDIR).config | 106 | -include $(TOPDIR).config |
107 | endif | 107 | endif |