libpayload: .xcompile target is an actual file
Marking .xcompile as PHONY implies triggering the xcompile script each time make is invoked. This is particularly problematic, especially when the script cannot find the crossgcc toolchains on its own and has to be fed XGCCPATH. Change-Id: Icb5ae82b210bca1ee9cf56d76130eefde481f81e Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-on: http://review.coreboot.org/11118 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
8d829bf2cd
commit
5d5fcdd82b
|
@ -312,4 +312,4 @@ distclean: clean-cscope
|
||||||
rm -rf $(obj)
|
rm -rf $(obj)
|
||||||
rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile
|
rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile
|
||||||
|
|
||||||
.PHONY: $(PHONY) clean clean-cscope cscope distclean doxygen doxy .xcompile
|
.PHONY: $(PHONY) clean clean-cscope cscope distclean doxygen doxy
|
||||||
|
|
Loading…
Reference in New Issue