Searched refs:PHONY (Results 26 - 29 of 29) sorted by relevance

12

/u-boot/scripts/
H A DMakefile.spl297 cmd_cat = cat $(filter-out $(PHONY), $^) > $@
356 cmd_plat = $(CC) $(c_flags) -c $< -o $(filter-out $(PHONY),$@)
536 PHONY += $(u-boot-spl-dirs)
540 PHONY += prepare
561 PHONY += FORCE
577 # Declare the contents of the .PHONY variable as phony. We keep that
579 .PHONY: $(PHONY)
/u-boot/arch/arm/mach-imx/
H A DMakefile140 MKIMAGEFLAGS_u-boot.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
156 MKIMAGEFLAGS_u-boot-dtb.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
165 MKIMAGEFLAGS_u-boot-dtb.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
245 MKIMAGEFLAGS_SPL = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
259 append = cat $(filter-out $< $(PHONY), $^) >> $@
/u-boot/
H A DMakefile149 PHONY := _all macro
171 PHONY += $(MAKECMDGOALS) sub-make
223 PHONY += all
501 PHONY += scripts_basic
509 PHONY += outputmakefile
562 PHONY += $(MAKECMDGOALS) __build_one_by_one
596 PHONY += scripts
1080 cmd_cat = cat $(filter-out $(PHONY), $^) > $@
1082 append = cat $(filter-out $< $(PHONY), $^) >> $@
1162 PHONY
[all...]
/u-boot/arch/arm/dts/
H A DMakefile1323 PHONY += dtbs

Completed in 57 milliseconds

12