summaryrefslogtreecommitdiff
path: root/payloads/libpayload/Makefile
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-08-03 16:44:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-08-04 08:06:55 +0200
commit5d5fcdd82b72c1fc621aab9fd6ff88cce9345d8e (patch)
tree2975e5ae03a3ab7e0c10fc1c0f70a8233523cea9 /payloads/libpayload/Makefile
parent8d829bf2cdd40c6f267586d390497ddc0900115b (diff)
downloadcoreboot-5d5fcdd82b72c1fc621aab9fd6ff88cce9345d8e.tar.xz
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>
Diffstat (limited to 'payloads/libpayload/Makefile')
-rw-r--r--payloads/libpayload/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile
index 206785c5ab..ba883ccc3c 100644
--- a/payloads/libpayload/Makefile
+++ b/payloads/libpayload/Makefile
@@ -312,4 +312,4 @@ distclean: clean-cscope
rm -rf $(obj)
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