ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add include guards in generated config header file

croemheld opened this issue · comments

Would it be possible to add include guards in the generated config.h? It would be good to add them directly or provide an additional argument for menuconfig which adds include guards in the format _<PROJECT>_CONFIG_H (as used in the linux kernel) or even customize the include guard for any project.

I for example use include guards in my project in the format __<PROJECT>_<FILE>_H__.

Could this feature be added to this project?