diff options
-rwxr-xr-x | scripts/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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' \ |