summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-08-10 21:00:16 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-08-11 09:47:15 -0500
commit5adff5335f07858371755b28c00e378f1a0a511e (patch)
tree9773e516bd337c334e15e6eb3df0e5db9be42392 /config.mk
parent067bfe2aa8b63b9b3ceb584b7895dc6687e3d4f1 (diff)
downloadtalos-hostboot-5adff5335f07858371755b28c00e378f1a0a511e.tar.gz
talos-hostboot-5adff5335f07858371755b28c00e378f1a0a511e.zip
Remove *_extended.bin files in 'make clean'
Change-Id: I8aa4b8ffb262e5a03404241fba021109f5561374 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/248 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index bc845d698..246e176d7 100644
--- a/config.mk
+++ b/config.mk
@@ -225,7 +225,8 @@ clean: ${SUBDIRS:.d=.clean}
${OBJECTS:.o=.o.hash} ${BEAMOBJS} ${LIBRARIES} \
${IMAGES} ${IMAGES:.bin=.list} ${IMAGES:.bin=.syms} \
${IMAGES:.bin=.bin.modinfo} ${IMAGES:.ruhx=.lid} \
- ${IMAGES:.ruhx=.lidhdr} ${IMAGE_EXTRAS} ${EXTRA_LIDS_} \
+ ${IMAGES:.ruhx=.lidhdr} ${IMAGES:.bin=_extended.bin} \
+ ${IMAGE_EXTRAS} ${EXTRA_LIDS_} \
${EXTRA_OBJS} ${_GENFILES})
cscope: code_pass
OpenPOWER on IntegriCloud