Home
last modified time | relevance | path

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

12345

/Linux-v5.4/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
159 .PHONY: $(PHONY)
DMakefile.modsign6 PHONY := __modsign
13 PHONY += $(modules)
29 .PHONY: $(PHONY)
DMakefile.modbuiltin8 PHONY := __modbuiltin
46 PHONY += FORCE
53 PHONY += $(subdir-ym)
57 .PHONY: $(PHONY)
DMakefile.modinst6 PHONY := __modinst
13 PHONY += $(modules)
35 .PHONY: $(PHONY)
DMakefile.dtbinst13 PHONY := __dtbs_install
37 PHONY += $(dtbinst-files) $(dtbinst-dirs)
40 .PHONY: $(PHONY)
DMakefile.modfinal6 PHONY := __modfinal
48 PHONY += FORCE
60 .PHONY: $(PHONY)
DMakefile.clean8 PHONY := __clean
65 PHONY += $(subdir-ymn)
69 .PHONY: $(PHONY)
DMakefile.modpost40 PHONY := __modpost
103 .PHONY: $(PHONY)
DMakefile.asm-generic9 PHONY := all
58 .PHONY: $(PHONY)
DMakefile.headersinst12 PHONY := __headers
99 PHONY += FORCE
102 .PHONY: $(PHONY)
DMakefile.build8 PHONY := __build
450 targets := $(filter-out $(PHONY), $(targets))
507 PHONY += $(subdir-ym)
517 PHONY += FORCE
541 .PHONY: $(PHONY)
DKbuild.include29 real-prereqs = $(filter-out $(PHONY), $^)
214 # PHONY targets skipped in both cases.
215 any-prereq = $(filter-out $(PHONY),$?)$(filter-out $(PHONY) $(wildcard $^),$^)
239 # (1) - due to target is PHONY
245 # (1) PHONY targets are always build
256 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
/Linux-v5.4/
DMakefile15 PHONY := _all macro
172 PHONY += $(MAKECMDGOALS) sub-make
320 PHONY += $(MAKECMDGOALS) __build_one_by_one
498 PHONY += scripts_basic
503 PHONY += outputmakefile
576 PHONY += all
683 PHONY += include/config/auto.conf
1011 PHONY += prepare0
1049 PHONY += autoksyms_recursive
1095 PHONY += scripts
[all …]
/Linux-v5.4/arch/mips/
DMakefile.postlink8 PHONY := __archpost
32 PHONY += FORCE clean
36 .PHONY: $(PHONY)
/Linux-v5.4/tools/lib/traceevent/
DMakefile248 PHONY += doc
252 PHONY += doc-clean
256 PHONY += doc-install
260 PHONY += doc-uninstall
264 PHONY += help
281 PHONY += plugins
285 PHONY += install_plugins
289 PHONY += clean_plugins
297 .PHONY: $(PHONY)
/Linux-v5.4/arch/powerpc/
DMakefile.postlink8 PHONY := __archpost
44 PHONY += FORCE clean
48 .PHONY: $(PHONY)
DMakefile287 PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2)
311 PHONY += pseries_le_defconfig
315 PHONY += ppc64le_defconfig
319 PHONY += ppc64le_guest_defconfig
323 PHONY += ppc64_guest_defconfig
327 PHONY += powernv_be_defconfig
331 PHONY += mpc85xx_defconfig
336 PHONY += mpc85xx_smp_defconfig
341 PHONY += corenet32_smp_defconfig
346 PHONY += corenet64_smp_defconfig
[all …]
/Linux-v5.4/tools/build/
DMakefile.build12 PHONY := __build
136 PHONY += $(subdir-y)
150 PHONY += FORCE
162 .PHONY: $(PHONY)
/Linux-v5.4/scripts/kconfig/
DMakefile6 PHONY += xconfig gconfig menuconfig config localmodconfig localyesconfig \
70 PHONY += $(simple-targets)
75 PHONY += savedefconfig defconfig
99 PHONY += kvmconfig
103 PHONY += xenconfig
107 PHONY += tinyconfig
112 PHONY += testconfig
/Linux-v5.4/tools/lib/lockdep/
DMakefile157 PHONY += force
162 .PHONY: $(PHONY)
/Linux-v5.4/tools/testing/selftests/x86/
DMakefile6 .PHONY: all all_32 all_64 warn_32bit_failure clean
45 .PHONY: $(1) $(1)_32
50 .PHONY: $(1) $(1)_64
/Linux-v5.4/tools/testing/selftests/sparc64/
DMakefile7 .PHONY: all clean run_tests install
16 .PHONY: all clean
/Linux-v5.4/tools/lib/traceevent/plugins/
DMakefile217 PHONY += force plugins
222 .PHONY: $(PHONY)
/Linux-v5.4/arch/x86/tools/
DMakefile2 PHONY += posttest
44 PHONY += relocs
/Linux-v5.4/arch/arm/tools/
DMakefile26 PHONY += kapi uapi
38 $(AWK) -f $(filter-out $(PHONY),$^) > $@

12345