summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2013-02-11 20:56:46 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-02-11 21:58:12 +0100
commit4815913968a1077fa7e56d8ec226a9cf18c80ea9 (patch)
tree06f5657a606c890a48dcfa3b14cc9ef9be209a18 /Makefile
parentbd5e1a0ff362b6f37dfd756f451db3b1630efddb (diff)
downloadcoreboot-staging-4815913968a1077fa7e56d8ec226a9cf18c80ea9.zip
coreboot-staging-4815913968a1077fa7e56d8ec226a9cf18c80ea9.tar.gz
build system: Mark clean-for-update phony
build system hygiene, not known if this actually matters. Change-Id: Ic800a2acecff123fc2055047fab67df107ac43ab Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/2356 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 527fbcc..5147c6f 100644
--- a/Makefile
+++ b/Makefile
@@ -313,4 +313,4 @@ distclean:
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-for-update clean-cscope cscope distclean doxygen doxy .xcompile
OpenPOWER on IntegriCloud