aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2008-03-11 17:12:19 -0400
committerLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2008-03-11 17:12:19 -0400
commitd60eabf6b0ad0a24b77a646fdf2ef854bd02c29f (patch)
treee16464a5be86096ee1d72ae710ad349704cb8546
parentd4097ab3593a721fc1d99823d2442464debf7f09 (diff)
downloadcompat-wireless-2.6-old-d60eabf6b0ad0a24b77a646fdf2ef854bd02c29f.tar.gz
Fix .config reference
Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index b9d537d..f6121e9 100644
--- a/config.mk
+++ b/config.mk
@@ -4,13 +4,13 @@ export
## Make sure to have each variable declaration start
## in the first column, no whitespace allowed.
-ifeq ($(wildcard $(KLIB)/.config),)
+ifeq ($(wildcard $(KLIB_BUILD)/.config),)
# These will be ignored by compat autoconf
CONFIG_PCI=y
CONFIG_USB=y
CONFIG_PCMCIA=y
else
-include $(KLIB)/.config
+include $(KLIB_BUILD)/.config
endif
# Wireless subsystem stuff