Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/translations/zh_CN/kbuild/
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 中。
Dkbuild.rst231 INSTALL_HDR_PATH section in 环境变量
233 INSTALL_HDR_PATH 指定了执行 "make headers_*" 时,用户空间头文件的安装位置。
/linux-6.14.4/tools/testing/selftests/syscall_user_dispatch/
DMakefile3 INSTALL_HDR_PATH = $(top_srcdir)/usr macro
4 LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
/linux-6.14.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.rst259 INSTALL_HDR_PATH section in Environment variables
261 INSTALL_HDR_PATH specifies where to install user space headers when
/linux-6.14.4/tools/include/nolibc/
DMakefile90 $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
/linux-6.14.4/scripts/package/
Dbuilddeb151 $MAKE -f $srctree/Makefile headers_install INSTALL_HDR_PATH=$pdir/usr
DPKGBUILD110 ${MAKE} headers_install INSTALL_HDR_PATH="${pkgdir}/usr"
Dkernel.spec62 %{make} %{makeflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install
/linux-6.14.4/tools/testing/selftests/kvm/
DMakefile.kvm222 INSTALL_HDR_PATH = $(top_srcdir)/usr
223 LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
/linux-6.14.4/samples/bpf/
DREADME.rst109 make INSTALL_HDR_PATH=~/some_sysroot/usr headers_install
/linux-6.14.4/
DMakefile1348 export INSTALL_HDR_PATH = $(objtree)/usr macro
1350 quiet_cmd_headers_install = INSTALL $(INSTALL_HDR_PATH)/include
1352 mkdir -p $(INSTALL_HDR_PATH); \
1354 usr/include $(INSTALL_HDR_PATH)
/linux-6.14.4/scripts/
Dcheck-uapi.sh198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \
/linux-6.14.4/arch/powerpc/boot/
DMakefile467 quiet_cmd_mkdir = MKDIR $(patsubst $(INSTALL_HDR_PATH)/%,%,$@)
/linux-6.14.4/tools/testing/selftests/wireguard/qemu/
DMakefile348 …$(MAKE) -C $(KERNEL_PATH) O=$(KERNEL_BUILD_PATH) INSTALL_HDR_PATH=$(TOOLCHAIN_PATH)/$(CHOST) ARCH=…