From 808129f0fe3a5e53d593dc61bd7bf83b6dd2fe48 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 26 Dec 1996 23:38:17 +0000 Subject: [PATCH] Put INCLUDE_CONFIG_FILE into opt_config.h rather than the CFLAGS line --- sys/conf/options | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/conf/options b/sys/conf/options index b8146623760..33de3eb6e2f 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.20 1996/12/22 23:16:50 joerg Exp $ +# $Id: options,v 1.22 1996/12/23 18:42:02 bde Exp $ # Format: # Option name filename @@ -15,6 +15,9 @@ SYSVSEM opt_sysvipc.h SYSVSHM opt_sysvipc.h UCONSOLE +# Do we want the config file compiled into the kernel? +INCLUDE_CONFIG_FILE opt_config.h + # Options for static file systems. These should only be used at config # time, since the corresponding lkms cannot work if there are any static # dependencies. Unusability is enforced by hiding the defines for the