Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - H index
The Linux kernel configuration item CONFIG_HEADERS_CHECK
has multiple definitions:
lib/Kconfig.debug
The configuration item CONFIG_HEADERS_CHECK:
CONFIG_HEADERS_INSTALL
This option will run basic sanity checks on uapi headers when building the 'all' target, for example, ensure that they do not attempt to include files which were not exported, etc.
If you're making modifications to header files which are relevant for userspace, say 'Y'.
lib/Kconfig.debug
The configuration item CONFIG_HEADERS_CHECK:
! CONFIG_UML
This option will extract the user-visible kernel headers whenever building the kernel, and will run basic sanity checks on them to ensure that exported files do not attempt to include files which were not exported, etc.
If you're making modifications to header files which are relevant for userspace, say 'Y', and check the headers exported to $(INSTALL_HDR_PATH) (usually 'usr/include' in your build tree), to make sure they're suitable.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - H index
Automatically generated (in year 2024). See also LKDDb sources on GitLab