From e49623b0787d23f8f4f15d3ee3a1c81eb1f0da77 Mon Sep 17 00:00:00 2001 From: Daniel Kiper Date: Mon, 30 Jan 2017 12:14:24 -0600 Subject: [PATCH 07/45] purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe Signed-off-by: Daniel Kiper Signed-off-by: Eric DeVolder Signed-off-by: Simon Horman --- purgatory/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purgatory/Makefile b/purgatory/Makefile index 328904e24415..49ce80a638b2 100644 --- a/purgatory/Makefile +++ b/purgatory/Makefile @@ -34,7 +34,7 @@ PURGATORY_SRCS+=$($(ARCH)_PURGATORY_SRCS) PURGATORY_OBJS = $(call objify, $(PURGATORY_SRCS)) purgatory/sha256.o PURGATORY_DEPS = $(call depify, $(PURGATORY_OBJS)) -clean += $(PURGATORY_OBJS) $(PURGATORY_DEPS) $(PURGATORY) +clean += $(PURGATORY_OBJS) $(PURGATORY_DEPS) $(PURGATORY) $(PURGATORY_MAP) $(PURGATORY).sym -include $(PURGATORY_DEPS) -- 2.13.0