Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/kbuild/
H A Dheaders_install.rst27 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr
34 INSTALL_HDR_PATH 表明头文件的安装位置,默认为 "./usr"。
36 该命令会在 INSTALL_HDR_PATH 中自动创建创建一个 'include' 目录,而头文件
37 会被安装在 INSTALL_HDR_PATH/include 中。
/linux/Documentation/kbuild/
H A 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'.
/linux/tools/testing/selftests/syscall_user_dispatch/
H A DMakefile3 INSTALL_HDR_PATH = $(top_srcdir)/usr macro
4 LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
/linux/tools/include/nolibc/
H A DMakefile90 $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
/linux/scripts/package/
H A Dbuilddeb151 $MAKE -f $srctree/Makefile headers_install INSTALL_HDR_PATH=$pdir/usr
H A Dkernel.spec62 %{make} %{makeflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install
H A DPKGBUILD110 ${MAKE} headers_install INSTALL_HDR_PATH="${pkgdir}/usr"
/linux/samples/bpf/
H A DREADME.rst109 make INSTALL_HDR_PATH=~/some_sysroot/usr headers_install
/linux/
H A DMakefile1346 export INSTALL_HDR_PATH = $(objtree)/usr macro
1348 quiet_cmd_headers_install = INSTALL $(INSTALL_HDR_PATH)/include
1350 mkdir -p $(INSTALL_HDR_PATH); \
1352 usr/include $(INSTALL_HDR_PATH)
/linux/scripts/
H A Dcheck-uapi.sh198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile348 …$(MAKE) -C $(KERNEL_PATH) O=$(KERNEL_BUILD_PATH) INSTALL_HDR_PATH=$(TOOLCHAIN_PATH)/$(CHOST) ARCH=…