Home
last modified time | relevance | path

Searched refs:PHONY (Results 1 – 25 of 144) sorted by relevance

123456

/Linux-v6.6/scripts/
DMakefile.package36 PHONY += check-git
77 PHONY += rpm-sources
84 PHONY += rpm-pkg srcrpm-pkg binrpm-pkg
108 PHONY += linux.tar.unsupported-deb-src-compress
123 PHONY += debian-orig
137 PHONY += deb-pkg srcdeb-pkg bindeb-pkg
157 PHONY += snap-pkg
190 PHONY += dir-pkg
194 PHONY += tar-pkg
231 PHONY += perf-tar-src-pkg
[all …]
DMakefile.dtbinst13 PHONY := __dtbs_install
35 PHONY += $(subdirs)
39 .PHONY: $(PHONY)
DMakefile.modfinal6 PHONY := __modfinal
50 newer_prereqs_except = $(filter-out $(PHONY) $(1),$?)
69 PHONY += FORCE
81 .PHONY: $(PHONY)
DMakefile.vmlinux3 PHONY := __default
41 PHONY += FORCE
53 .PHONY: $(PHONY)
DMakefile.clean8 PHONY := __clean
59 PHONY += $(subdir-ymn)
63 .PHONY: $(PHONY)
DMakefile.modinst6 PHONY := __modinst
126 PHONY += depmod
160 PHONY += FORCE
163 .PHONY: $(PHONY)
DMakefile.vmlinux_o3 PHONY := __default
92 PHONY += FORCE
104 .PHONY: $(PHONY)
DMakefile.modpost35 PHONY := __modpost
148 PHONY += FORCE
155 .PHONY: $(PHONY)
DMakefile.asm-generic9 PHONY := all
58 .PHONY: $(PHONY)
DMakefile.headersinst12 PHONY := __headers
81 PHONY += FORCE
84 .PHONY: $(PHONY)
DKbuild.include53 real-prereqs = $(filter-out $(PHONY), $^)
155 $(if $(filter-out $(PHONY), $@), \
192 # PHONY targets skipped in both cases.
195 newer-prereqs = $(filter-out $(PHONY),$?)
227 # (1) - due to target is PHONY
233 # (1) PHONY targets are always build
244 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
/Linux-v6.6/
DMakefile22 PHONY := __all macro
227 PHONY += $(MAKECMDGOALS) __sub-make
353 PHONY += $(MAKECMDGOALS) __build_one_by_one
631 PHONY += scripts_basic
635 PHONY += outputmakefile
706 PHONY += all
803 PHONY += include/config/auto.conf
1098 PHONY += prepare0
1144 PHONY += vmlinux_o
1151 PHONY += vmlinux
[all …]
/Linux-v6.6/arch/mips/
DMakefile.postlink9 PHONY := __archpost
40 PHONY += FORCE clean
44 .PHONY: $(PHONY)
/Linux-v6.6/arch/riscv/
DMakefile.postlink8 PHONY := __archpost
45 PHONY += FORCE clean
49 .PHONY: $(PHONY)
DMakefile133 PHONY += vdso_install
177 PHONY += rv32_randconfig
182 PHONY += rv64_randconfig
187 PHONY += rv32_defconfig
191 PHONY += rv32_nommu_virt_defconfig
/Linux-v6.6/arch/x86/
DMakefile.postlink9 PHONY := __archpost
43 PHONY += FORCE clean
47 .PHONY: $(PHONY)
/Linux-v6.6/arch/powerpc/
DMakefile.postlink8 PHONY := __archpost
44 PHONY += FORCE clean
48 .PHONY: $(PHONY)
DMakefile233 PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2)
243 PHONY += bootwrapper_install
335 PHONY += $(generated_configs)
362 PHONY += install
389 PHONY += stack_protector_prepare
398 PHONY += checkbin
/Linux-v6.6/tools/verification/dot2/
DMakefile11 .PHONY: all
14 .PHONY: clean
17 .PHONY: install
/Linux-v6.6/tools/build/
DMakefile.build12 PHONY := __build
147 PHONY += $(subdir-y)
161 PHONY += FORCE
173 .PHONY: $(PHONY)
/Linux-v6.6/scripts/package/debian/
Drules13 .PHONY: binary binary-indep binary-arch
21 .PHONY: build build-indep build-arch
30 .PHONY: clean
/Linux-v6.6/scripts/kconfig/
DMakefile40 PHONY += $(1)
44 PHONY += build_$(1)
50 PHONY += localmodconfig localyesconfig
74 PHONY += $(simple-targets)
79 PHONY += savedefconfig defconfig
105 PHONY += tinyconfig
111 PHONY += testconfig
/Linux-v6.6/arch/mips/tools/
DMakefile3 PHONY += elf-entry
8 PHONY += loongson3-llsc-check
/Linux-v6.6/tools/testing/selftests/x86/
DMakefile6 .PHONY: all all_32 all_64 warn_32bit_failure clean
46 .PHONY: $(1) $(1)_32
51 .PHONY: $(1) $(1)_64
/Linux-v6.6/tools/testing/selftests/sparc64/
DMakefile7 .PHONY: all clean run_tests install
16 .PHONY: all clean

123456