summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-06-23 12:54:20 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-06-23 12:54:20 -0500
commitf760d7d1b0a7872228870b84ebfa85ab9999eb54 (patch)
treef858e62d1ba226747a86277e82fd87186f042b8e /src/makefile
parent261aa2b9b790868a16a6cee0f19c73221ddc81d5 (diff)
downloadtalos-hostboot-f760d7d1b0a7872228870b84ebfa85ab9999eb54.tar.gz
talos-hostboot-f760d7d1b0a7872228870b84ebfa85ab9999eb54.zip
Clean up map files on 'make clean'.
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 022348601..ba538037f 100644
--- a/src/makefile
+++ b/src/makefile
@@ -10,4 +10,4 @@ all: ${SUBDIRS}
${MAKE} ${IMAGES}
clean: $(patsubst %.d,%.clean, ${SUBDIRS})
- (rm -f ${IMAGES} )
+ (rm -f ${IMAGES} $(addsuffix .map, ${IMAGES}) )
OpenPOWER on IntegriCloud