aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 807ab5058..33954db05 100644
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,9 @@ include/config.h: .config
214 214
215include/bb_config.h: include/config.h 215include/bb_config.h: include/config.h
216 echo "#ifndef AUTOCONF_INCLUDED" > $@ 216 echo "#ifndef AUTOCONF_INCLUDED" > $@
217 sed -e 's/#undef \(.*\)/static const int \1 = 0;/' < $< >> $@ 217 sed -e 's/#undef CONFIG_\(.*\)/#define ENABLE_\1 0/' \
218 -e 's/#define CONFIG_\(.*\)/#define CONFIG_\1\n#define ENABLE_\1/' \
219 < $< >> $@
218 echo "#endif" >> $@ 220 echo "#endif" >> $@
219 221
220finished2: 222finished2: