Home
last modified time | relevance | path

Searched refs:INSTALL_HDR_PATH (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/Documentation/kbuild/
Dheaders_install.rst28 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr
37 INSTALL_HDR_PATH indicates where to install the headers. It defaults to
40 An 'include' directory is automatically created inside INSTALL_HDR_PATH and
41 headers are installed in 'INSTALL_HDR_PATH/include'.
Dkbuild.rst198 INSTALL_HDR_PATH section in Environment variables
200 INSTALL_HDR_PATH specifies where to install user space headers when
/Linux-v5.4/tools/testing/selftests/kvm/
DMakefile44 INSTALL_HDR_PATH = $(top_srcdir)/usr macro
45 LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
/Linux-v5.4/tools/testing/selftests/
Dlib.mk52 make --no-builtin-rules INSTALL_HDR_PATH=$$OUTPUT/usr \
DMakefile138 $(MAKE) --no-builtin-rules INSTALL_HDR_PATH=$$BUILD/usr \
/Linux-v5.4/scripts/package/
Dmkspec94 $MAKE %{?_smp_mflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install
Dbuilddeb134 $MAKE -f $srctree/Makefile headers_install INSTALL_HDR_PATH="$libc_headers_dir/usr"
/Linux-v5.4/
DMakefile1176 export INSTALL_HDR_PATH = $(objtree)/usr macro
1178 quiet_cmd_headers_install = INSTALL $(INSTALL_HDR_PATH)/include
1180 mkdir -p $(INSTALL_HDR_PATH); \
1182 usr/include $(INSTALL_HDR_PATH)