Searched refs:srctree (Results 251 - 274 of 274) sorted by relevance

<<11

/linux-master/arch/loongarch/
H A DMakefile34 orc_hash_sh := $(srctree)/scripts/orc_hash.sh
39 $(orc_hash_h): $(srctree)/arch/loongarch/include/asm/orc_types.h $(orc_hash_sh) FORCE
/linux-master/lib/
H A DMakefile283 $(eval CFLAGS_$(file) = -I $(srctree)/scripts/dtc/libfdt))
334 $(obj)/oid_registry_data.c: $(srctree)/include/linux/oid_registry.h \
402 cmd_test_fortify = $(CONFIG_SHELL) $(srctree)/scripts/test_fortify.sh \
412 $(srctree)/include/linux/fortify-string.h \
413 $(srctree)/scripts/test_fortify.sh \
/linux-master/rust/
H A DMakefile91 $(Q)cp $(srctree)/Documentation/images/logo.svg $(rustdoc_output)/static.files/
92 $(Q)cp $(srctree)/Documentation/images/COPYING-logo $(rustdoc_output)/static.files/
97 -e 's:<a href="srctree/([^"]+)">:<a href="$(realpath $(srctree))/\1">:g'
305 libclang_maj_ver=$(shell $(BINDGEN) $(srctree)/scripts/rust_is_available_bindgen_libclang.h 2>&1 | sed -ne 's/.*clang version \([0-9]*\).*/\1/p')
404 $(Q)$(srctree)/scripts/generate_rust_analyzer.py \
406 $(realpath $(srctree)) $(realpath $(objtree)) \
/linux-master/drivers/gpu/drm/xe/
H A DMakefile181 -I$(srctree)/drivers/gpu/drm/i915/display/ \
186 $(obj)/i915-soc/%.o: $(srctree)/drivers/gpu/drm/i915/soc/%.c FORCE
191 $(obj)/i915-display/%.o: $(srctree)/drivers/gpu/drm/i915/display/%.c FORCE
/linux-master/arch/powerpc/boot/
H A Dwrapper58 MKIMAGE=$srctree/scripts/mkuboot.sh
400 strip_size=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" "$vmz.$$")
/linux-master/tools/build/
H A DMakefile.build35 build-dir := $(srctree)/tools/build
H A DMakefile.feature2 feature_dir := $(srctree)/tools/build/feature
/linux-master/arch/arm/
H A DMakefile236 KBUILD_CPPFLAGS += $(patsubst %,-I$(srctree)/%/include,$(machdirs-y))
313 include $(srctree)/scripts/Makefile.defconf
/linux-master/arch/alpha/boot/
H A DMakefile18 BOOTCFLAGS += -I$(objtree)/$(obj) -I$(srctree)/$(obj)
/linux-master/arch/mips/boot/
H A DMakefile120 $(obj)/vmlinux.its.S: $(addprefix $(srctree)/arch/mips/$(PLATFORM)/,$(ITS_INPUTS)) FORCE
/linux-master/arch/sh/
H A DMakefile148 KBUILD_CPPFLAGS += $(addprefix -I $(srctree)/arch/sh/include/, $(cpuincdir-y) $(machdir-y))
/linux-master/arch/powerpc/kvm/
H A DMakefile8 include $(srctree)/virt/kvm/Makefile.kvm
/linux-master/tools/
H A DMakefile4 export srctree= macro
/linux-master/arch/s390/
H A DMakefile65 cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile6 include $(srctree)/lib/vdso/Makefile
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile6 include $(srctree)/lib/vdso/Makefile
/linux-master/arch/sparc/vdso/
H A DMakefile31 HOST_EXTRACFLAGS += -I$(srctree)/tools/include
/linux-master/arch/arm64/
H A DMakefile222 include $(srctree)/scripts/Makefile.defconf
/linux-master/kernel/gcov/
H A Dfs.c66 static const char srctree[] = SRCTREE; variable
438 * subdirectory of srctree, objtree or in an external location.
448 result = link_target(srctree, rel, ext->ext);
/linux-master/drivers/gpu/drm/i915/
H A DMakefile422 cmd_checkdoc = $(srctree)/scripts/kernel-doc -none -Werror $<
437 $(srctree)/scripts/kernel-doc -none -Werror $<; touch $@
/linux-master/kernel/
H A DMakefile158 cmd_genikh = $(CONFIG_SHELL) $(srctree)/kernel/gen_kheaders.sh $@
/linux-master/arch/s390/boot/
H A DMakefile36 CFLAGS_sclp_early_core.o += -I$(srctree)/drivers/s390/char
/linux-master/arch/mips/vdso/
H A DMakefile5 include $(srctree)/lib/vdso/Makefile
/linux-master/drivers/staging/media/atomisp/
H A DMakefile12 atomisp = $(srctree)/drivers/staging/media/atomisp/

Completed in 276 milliseconds

<<11