Home
last modified time | relevance | path

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

/linux-6.12.1/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 中。
/linux-6.12.1/tools/testing/selftests/syscall_user_dispatch/
DMakefile3 INSTALL_HDR_PATH = $(top_srcdir)/usr macro
4 LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
/linux-6.12.1/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.rst242 INSTALL_HDR_PATH section in Environment variables
244 INSTALL_HDR_PATH specifies where to install user space headers when
/linux-6.12.1/tools/include/nolibc/
DMakefile90 $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
/linux-6.12.1/scripts/package/
Dbuilddeb135 $MAKE -f $srctree/Makefile headers_install INSTALL_HDR_PATH=$pdir/usr
Dkernel.spec62 %{make} %{makeflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install
DPKGBUILD111 ${MAKE} headers_install INSTALL_HDR_PATH="${pkgdir}/usr"
/linux-6.12.1/tools/testing/selftests/kvm/
DMakefile232 INSTALL_HDR_PATH = $(top_srcdir)/usr macro
233 LINUX_HDR_PATH = $(INSTALL_HDR_PATH)/include/
/linux-6.12.1/samples/bpf/
DREADME.rst109 make INSTALL_HDR_PATH=~/some_sysroot/usr headers_install
/linux-6.12.1/
DMakefile1280 export INSTALL_HDR_PATH = $(objtree)/usr macro
1282 quiet_cmd_headers_install = INSTALL $(INSTALL_HDR_PATH)/include
1284 mkdir -p $(INSTALL_HDR_PATH); \
1286 usr/include $(INSTALL_HDR_PATH)
/linux-6.12.1/scripts/
Dcheck-uapi.sh198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \
/linux-6.12.1/arch/powerpc/boot/
DMakefile468 quiet_cmd_mkdir = MKDIR $(patsubst $(INSTALL_HDR_PATH)/%,%,$@)
/linux-6.12.1/tools/testing/selftests/wireguard/qemu/
DMakefile348 …$(MAKE) -C $(KERNEL_PATH) O=$(KERNEL_BUILD_PATH) INSTALL_HDR_PATH=$(TOOLCHAIN_PATH)/$(CHOST) ARCH=…