Eliminate the last of the non-kernel PCMCIA stuff.

This commit is contained in:
pizza 2008-08-12 13:33:16 +00:00
parent 6c44b5e381
commit 99bd38f733
1 changed files with 0 additions and 13 deletions

View File

@ -343,19 +343,6 @@ $ECHO ""
fi
write_bool CONFIG_HOTPLUG
#=======================================================================
# If compiling for pcmcia-cs, find the PCMCIA source tree
if [ $PRISM2_PCMCIA = "y" ] ; then
# Should we build for Kernel based PCMCIA?
WLAN_KERN_PCMCIA=y
grep 'define CONFIG_PCMCIA' < $LINUX_SRC/include/linux/autoconf.h > /dev/null
if [ $? = 1 ] ; then
WLAN_KERN_PCMCIA=n
fi
write_bool WLAN_KERN_PCMCIA
fi
#=======================================================================
# Alternate target install root dir - the value of this variable
# will prefix other variables, such as modules and pcmcia directories