Lines Matching refs:headers
1 Exporting kernel headers for use by userspace
12 from the "linux" subdirectory. The system's libc headers are usually
13 installed at the default location /usr/include and the kernel headers in
17 Kernel headers are backwards compatible, but not forwards compatible. This
18 means that a program built against a C library using older kernel headers
20 features), but a program built against newer kernel headers may not work on an
29 ARCH indicates which architecture to produce headers for, and defaults to the
30 current architecture. The linux/asm directory of the exported kernel headers
36 INSTALL_HDR_PATH indicates where to install the headers. It defaults to
39 The command "make headers_install_all" exports headers for all architectures
44 before building a C library with headers exported this way.