From 687bea581152bc1b90a352c09780127cd8c67597 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 30 Jan 2009 16:17:35 -0600 Subject: Convert non-bool config values (such as int) into config.h entries. --- scripts/make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/make.sh b/scripts/make.sh index 89eb3c61..9cd5ccd6 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -67,6 +67,7 @@ sed -n \ -e 't notset' \ -e 's/^CONFIG_\(.*\)=y.*/\1/' \ -e 't isset' \ + -e 's/^CONFIG_\([^=]*\)=\(.*\)/#define CFG_\1 \2/p' \ -e 'd' \ -e ':notset' \ -e 'h' \ -- cgit v1.2.3