# apps/linux/Config - Configuration for the Linux-specific adaption of SCEND
#---------------------------------------------------------------------------
#
# Normally, it is not necessary to change this file.
#
#----- - - - - -
#
# Subdirectory for configuration data, relative to the kernel's top-level
# directory.
#
DIR=config
#
# Configuration description file.
#
DESCR=DIR/description
#
# autoconf.h file created after running KCONF
#
AUTOCONF=include/linux/autoconf.h
#
# .config file (included by make) created after running KCONF
#
KCONFIG=.config
#
# Defaults file (obsolete)
#
DEFAULTS=DIR/defaults
#
# Name of the current (last) configuration.
#
CONFIG_IN=DIR/config.curr
#
# Name of the previous configuration.
#
CONFIG_OLD=DIR/config.old
#
# Name of the file new configurations are written to.
#
CONFIG_TEMP=DIR/config.temp
