summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2018-01-27 16:42:43 -0700
committerMartin Roth <martinroth@google.com>2018-01-29 15:35:11 +0000
commit763e493602cb8b203dc45f32f829f1c57872380d (patch)
tree307530b201f400115ea158dda4d0d7ab775f49a1 /Makefile
parenta9868b2dfc553330a845c820c2850b03900d1def (diff)
downloadcoreboot-763e493602cb8b203dc45f32f829f1c57872380d.tar.gz
coreboot-763e493602cb8b203dc45f32f829f1c57872380d.tar.bz2
coreboot-763e493602cb8b203dc45f32f829f1c57872380d.zip
Makefile: Add filelist to help
The filelist target has been around for a while, but was never added to the help. Add it now. Change-Id: Idc24ecc8028fc61c6b798c0c81431b05dfa25b0e Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/23472 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33b12f8a3c70..4aa179d6601c 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ help_coreboot help::
@echo ' distclean - Remove build artifacts and config files'
@echo ' doxygen - Build doxygen documentation for coreboot'
@echo ' doxyplatform - Build doxygen documentation for the current platform'
+ @echo ' filelist - Show files used in current build'
@echo ' printall - print makefile info for debugging'
@echo ' gitconfig - set up git to submit patches to coreboot'
@echo ' ctags / ctags-project - make ctags file for all of coreboot or current board'