diff options
author | Daniel Kiper <daniel.kiper@oracle.com> | 2017-01-30 12:14:24 -0600 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2017-01-31 12:23:48 +0100 |
commit | e49623b0787d23f8f4f15d3ee3a1c81eb1f0da77 (patch) | |
tree | 24c3e95f07b71ddffb52c06973c38591323f088c | |
parent | ceedb33e6cd34d26008ded67d5f0726719f73a39 (diff) |
purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | purgatory/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/purgatory/Makefile b/purgatory/Makefile index 328904e..49ce80a 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) |