# This script is sourced by the Configure script, when running in
# noninteractive mode.

if [ "$BUILD_MODULES" = "n" -o "$BUILD_UTILS" = "n" ] ; then
	# Just building the utilities. Kernel source may not be present;
	# don't fail.
	fail () {
		echo "Not failing since we are building only the utilities"
	}
fi

LINUX_SRC=NONE
PCMCIA_SRC=$PSRC
PRISM2_PCMCIA=n
PRISM2_PLX=$BUILD_MODULES
PRISM2_PCI=$BUILD_MODULES
PRISM2_USB=$BUILD_MODULES
UTILS=$BUILD_UTILS
TARGET_ROOT_ON_HOST=$(pwd)/debian/tmp/
