diff options
author | Martin Roth <martinroth@google.com> | 2016-03-07 16:38:52 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-03-09 17:01:56 +0100 |
commit | 679755778bdffe2c384eaa390132f3e5cab96a76 (patch) | |
tree | 97fdd6934adf0f570b6cab814133ea68cfa5be66 /Makefile | |
parent | 0fcd6f912ba53ef1fc6327143c07727a556a718a (diff) |
Makefile: Update payload clean targets
Move payload clean targets into payloads/Makefile.inc
Add clean targets for coreinfo, nvramcui, Memtest86+
Change-Id: I70c13582311dfba3e309805053159f8a039cb109
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13940
Tested-by: build bot (Jenkins)
Reviewed-by: Ben Gardner <gardner.ben@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -132,6 +132,7 @@ endif ifeq ($(NOCOMPILE),1) include $(TOPLEVEL)/Makefile.inc +include $(TOPLEVEL)/payloads/Makefile.inc real-all: config else @@ -321,7 +322,7 @@ clean-cscope: clean-ctags: rm -f tags -distclean: clean clean-ctags clean-cscope +distclean: clean clean-ctags clean-cscope distclean-payloads rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile .PHONY: $(PHONY) clean clean-for-update clean-cscope cscope distclean doxygen doxy doxygen_simple |