1
0

config: add CONFIG_PAGE_SIZE and CONFIG_INIT_PAGE_SIZE

This commit is contained in:
2013-01-01 23:53:18 -05:00
parent e69440c698
commit 1c75a68815
6 changed files with 17 additions and 16 deletions

View File

@ -78,6 +78,7 @@ config.h: config
@sed -i 's/#.*$$//g' config.h
@sed -i '/^\s*\(CONFIG_[A-Z0-9_]\+\)\s*=\s*[nN]/d' config.h
@sed -i 's/^\s*\(CONFIG_[A-Z0-9_]\+\)\s*=\s*[yY]/#define \1/g' config.h
@sed -i 's/^\s*\(CONFIG_[A-Z0-9_]\+\)\s*=\s*\([0-9]\+\)/#define \1 \2/g' config.h
clean:
@echo ' CLEAN config.h'