aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2008-03-01 20:33:10 -0500
committerLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2008-03-01 20:33:10 -0500
commitdc63f8515af109cd557be49fb845bbedbd4c3a51 (patch)
tree971655a88882204761ad9c94ae429ac8ca4ae92f
parent978278241370e09907a73dd9e17ebf42b63a0912 (diff)
downloadcompat-wireless-2.6-old-dc63f8515af109cd557be49fb845bbedbd4c3a51.tar.gz
Do not set CONFIG_PCI, CONFIG_USB and CONFIG_PCMCIA in
compat autoconf. Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
-rw-r--r--config.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index d4d33ce..da211bd 100644
--- a/config.mk
+++ b/config.mk
@@ -5,9 +5,10 @@ export
## in the first column, no whitespace allowed.
ifeq ($(wildcard $(KLIB)/.config),)
-CONFIG_PCI=y
-CONFIG_USB=y
-CONFIG_PCMCIA=y
+# These will be ignored by compat autoconf
+ CONFIG_PCI=y
+ CONFIG_USB=y
+ CONFIG_PCMCIA=y
else
include $(KLIB)/.config
endif