Searched refs:objtree (Results 1 – 21 of 21) sorted by relevance
| /scripts/package/ |
| A D | buildtar | 50 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" 66 …[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRE… 70 if [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.bin" ]; then 74 elif [ -f "${objtree}/arch/mips/boot/compressed/vmlinux.srec" ]; then 76 elif [ -f "${objtree}/vmlinux.32" ]; then 78 elif [ -f "${objtree}/vmlinux.64" ]; then 80 elif [ -f "${objtree}/arch/mips/boot/vmlinux.bin" ]; then 82 elif [ -f "${objtree}/arch/mips/boot/vmlinux.ecoff" ]; then 84 elif [ -f "${objtree}/arch/mips/boot/vmlinux.srec" ]; then 86 elif [ -f "${objtree}/vmlinux" ]; then [all …]
|
| /scripts/ |
| A D | Makefile.modfinal | 9 include $(objtree)/include/config/auto.conf 35 -T $(objtree)/scripts/module.lds -o $@ $(filter %.o, $^) 39 if [ ! -f $(objtree)/vmlinux ]; then \ 42 …$(OBJCOPY)" $(PAHOLE) -J $(PAHOLE_FLAGS) $(MODULE_PAHOLE_FLAGS) --btf_base $(objtree)/vmlinux $@; \ 43 $(RESOLVE_BTFIDS) -b $(objtree)/vmlinux $@; \ 55 …o %.mod.o .module-common.o $(objtree)/scripts/module.lds $(and $(CONFIG_DEBUG_INFO_BTF_MODULES),$(… 56 +$(call if_changed_except,ld_ko_o,$(objtree)/vmlinux)
|
| A D | Makefile.modpost | 38 include $(objtree)/include/config/auto.conf 41 MODPOST = $(objtree)/scripts/mod/modpost 124 ifeq ($(wildcard $(objtree)/Module.symvers),) 125 missing-input := $(objtree)/Module.symvers 127 modpost-args += -i $(objtree)/Module.symvers 128 modpost-deps += $(objtree)/Module.symvers
|
| A D | depmod.sh | 15 if ! test -r "${objtree}/System.map" ; then 28 set -- -ae -F "${objtree}/System.map"
|
| A D | Makefile.randstruct | 7 += -fplugin=$(objtree)/scripts/gcc-plugins/randomize_layout_plugin.so 12 += -frandomize-layout-seed-file=$(objtree)/scripts/basic/randstruct.seed
|
| A D | generate_rust_analyzer.py | 22 def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs, core_edition): argument 25 with open(objtree / "include" / "generated" / "rustc_cfg") as fd: 133 crates[-1]["env"]["OBJTREE"] = str(objtree.resolve(True)) 137 str(objtree / "rust") 199 …"crates": generate_crates(args.srctree, args.objtree, args.sysroot_src, args.exttree, args.cfgs, a…
|
| A D | Makefile.modinst | 9 include $(objtree)/include/config/auto.conf 108 …cmd_sign = $(objtree)/scripts/sign-file $(CONFIG_MODULE_SIG_HASH) "$(sig-key)" $(objtree)/certs/si…
|
| A D | Makefile.dtbs | 67 DT_TMP_SCHEMA := $(objtree)/$(DT_BINDING_DIR)/processed-schema.json 82 …cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(filter %.dtb %.dtbo, $^) $(cmd_dtb_c… 91 DTC ?= $(objtree)/scripts/dtc/dtc
|
| A D | Makefile.defconf | 6 $4 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$2 \
|
| A D | Makefile.build | 33 -include $(objtree)/include/config/auto.conf 192 gendwarfksyms = $(objtree)/scripts/gendwarfksyms/gendwarfksyms \ 196 genksyms = $(objtree)/scripts/genksyms/genksyms \ 254 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \ 326 OBJTREE=$(abspath $(objtree)) \ 332 --crate-type rlib -L $(objtree)/rust/ \ 448 cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \ 451 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
|
| A D | generate_initcall_order.pl | 15 my $objtree = $ENV{'objtree'} || '.'; 206 find_initcalls($index, "$objtree/$file");
|
| A D | Makefile.package | 139 rm -rf $(objtree)/snap 140 mkdir $(objtree)/snap 145 $(objtree)/snap/snapcraft.yaml 146 cd $(objtree)/snap && \ 154 @ln -srf $(srctree)/scripts/package/PKGBUILD $(objtree)/PKGBUILD
|
| A D | Makefile.gcc-plugins | 13 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
|
| A D | Makefile.kstack_erase | 4 kstack-erase-cflags-y += -fplugin=$(objtree)/scripts/gcc-plugins/stackleak_plugin.so
|
| A D | link-vmlinux.sh | 94 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}" 178 ${objtree}/scripts/sorttable -s .tmp_vmlinux.nm-sort ${1}
|
| A D | Makefile.headersinst | 18 gen := $(objtree)/$(subst include/,include/generated/,$(obj))
|
| A D | Makefile.lib | 162 rust_flags = $(_rust_flags) $(modkern_rustflags) @$(objtree)/include/generated/rustc_cfg 174 objtool := $(objtree)/tools/objtool/objtool
|
| A D | Kbuild.include | 208 $(objtree)/scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
|
| /scripts/selinux/mdp/ |
| A D | Makefile | 5 -I$(srctree)/security/selinux/include -I$(objtree)/include
|
| /scripts/basic/ |
| A D | Makefile | 13 $@ $(objtree)/include/generated/randstruct_hash.h
|
| /scripts/gcc-plugins/ |
| A D | Makefile | 12 $(obj)/randomize_layout_seed.h: $(objtree)/scripts/basic/randstruct.seed FORCE
|
Completed in 18 milliseconds