Home
last modified time | relevance | path

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

12345

/Linux-v5.15/scripts/
DMakefile.package54 PHONY += rpm-pkg
64 PHONY += binrpm-pkg
71 PHONY += deb-pkg
80 PHONY += bindeb-pkg
85 PHONY += intdeb-pkg
91 PHONY += snap-pkg
107 PHONY += $(tar-pkgs)
137 PHONY += $(perf-tar-pkgs)
143 PHONY += help
161 .PHONY: $(PHONY)
DMakefile.dtbinst13 PHONY := __dtbs_install
35 PHONY += $(subdirs)
39 .PHONY: $(PHONY)
DMakefile.modfinal6 PHONY := __modfinal
49 newer_prereqs_except = $(filter-out $(PHONY) $(1),$?)
69 PHONY += FORCE
81 .PHONY: $(PHONY)
DMakefile.clean8 PHONY := __clean
66 PHONY += $(subdir-ymn)
70 .PHONY: $(PHONY)
DMakefile.modinst6 PHONY := __modinst
111 PHONY += FORCE
114 .PHONY: $(PHONY)
DMakefile.modpost38 PHONY := __modpost
143 PHONY += FORCE
152 .PHONY: $(PHONY)
DMakefile.asm-generic9 PHONY := all
58 .PHONY: $(PHONY)
DMakefile.headersinst12 PHONY := __headers
81 PHONY += FORCE
84 .PHONY: $(PHONY)
DKbuild.include29 real-prereqs = $(filter-out $(PHONY), $^)
131 # PHONY targets skipped in both cases.
132 newer-prereqs = $(filter-out $(PHONY),$?)
162 # (1) - due to target is PHONY
168 # (1) PHONY targets are always build
179 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
DMakefile.build8 PHONY := __build
478 targets := $(filter-out $(PHONY), $(targets))
538 PHONY += $(subdir-ym)
548 PHONY += FORCE
570 .PHONY: $(PHONY)
/Linux-v5.15/arch/powerpc/
DMakefile278 PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2)
288 PHONY += bootwrapper_install
303 PHONY += pseries_le_defconfig
307 PHONY += ppc64le_defconfig
311 PHONY += ppc64le_guest_defconfig
315 PHONY += ppc64_guest_defconfig
319 PHONY += powernv_be_defconfig
323 PHONY += mpc85xx_defconfig
328 PHONY += mpc85xx_smp_defconfig
333 PHONY += corenet32_smp_defconfig
[all …]
DMakefile.postlink8 PHONY := __archpost
44 PHONY += FORCE clean
48 .PHONY: $(PHONY)
/Linux-v5.15/tools/lib/traceevent/
DMakefile251 PHONY += doc
255 PHONY += doc-clean
259 PHONY += doc-install
263 PHONY += doc-uninstall
267 PHONY += help
284 PHONY += plugins
288 PHONY += install_plugins
292 PHONY += clean_plugins
300 .PHONY: $(PHONY)
/Linux-v5.15/arch/mips/
DMakefile.postlink9 PHONY := __archpost
40 PHONY += FORCE clean
44 .PHONY: $(PHONY)
/Linux-v5.15/
DMakefile18 PHONY := __all macro
212 PHONY += $(MAKECMDGOALS) __sub-make
344 PHONY += $(MAKECMDGOALS) __build_one_by_one
550 PHONY += scripts_basic
554 PHONY += outputmakefile
625 PHONY += all
734 PHONY += include/config/auto.conf
1111 PHONY += prepare0
1154 PHONY += autoksyms_recursive
1201 PHONY += scripts
[all …]
/Linux-v5.15/tools/build/
DMakefile.build12 PHONY := __build
136 PHONY += $(subdir-y)
150 PHONY += FORCE
162 .PHONY: $(PHONY)
/Linux-v5.15/scripts/kconfig/
DMakefile40 PHONY += $(1)
44 PHONY += build_$(1)
50 PHONY += localmodconfig localyesconfig
74 PHONY += $(simple-targets)
79 PHONY += savedefconfig defconfig
103 PHONY += tinyconfig
109 PHONY += testconfig
/Linux-v5.15/arch/mips/tools/
DMakefile3 PHONY += elf-entry
8 PHONY += loongson3-llsc-check
/Linux-v5.15/arch/arm64/tools/
DMakefile10 PHONY += kapi
19 $(AWK) -f $(filter-out $(PHONY),$^) > $@
/Linux-v5.15/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-v5.15/tools/lib/lockdep/
DMakefile157 PHONY += force
162 .PHONY: $(PHONY)
/Linux-v5.15/tools/testing/selftests/sparc64/
DMakefile7 .PHONY: all clean run_tests install
16 .PHONY: all clean
/Linux-v5.15/tools/lib/traceevent/plugins/
DMakefile220 PHONY += force plugins
225 .PHONY: $(PHONY)
/Linux-v5.15/arch/x86/tools/
DMakefile2 PHONY += posttest
44 PHONY += relocs
/Linux-v5.15/tools/testing/selftests/bpf/
DMakefile.docs72 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1
83 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7

12345