summaryrefslogtreecommitdiffstats
path: root/sbe/image/Makefile
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2015-08-20 17:51:03 +0200
committerMartin Peschke <mpeschke@de.ibm.com>2015-09-01 03:36:48 -0500
commit2ef5654dc9680928a0d22c7f9faab1ddf9074dbe (patch)
treea4606541ac01653f6134ef269794812125f43b74 /sbe/image/Makefile
parent12d290d4573106b0fd472fb841243bc51589b735 (diff)
downloadtalos-sbe-2ef5654dc9680928a0d22c7f9faab1ddf9074dbe.tar.gz
talos-sbe-2ef5654dc9680928a0d22c7f9faab1ddf9074dbe.zip
enhance clean in order to also get rid of output of some perl tools
this uses some new definitions in .mk file to make clear which outfile file is generated by which script Change-Id: I7887b5fafb7bd66dd0a2c8bbb8c3860dea4c076b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19966 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Diffstat (limited to 'sbe/image/Makefile')
-rw-r--r--sbe/image/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbe/image/Makefile b/sbe/image/Makefile
index e03b5c9b..f3b1c778 100644
--- a/sbe/image/Makefile
+++ b/sbe/image/Makefile
@@ -292,6 +292,9 @@ clean:
$(MAKE) -C $(TOOLS_IMAGE_DIR) -f Makefile clean
rm -f *.dump
rm -f hwp_return_codes.H hwp_error_info.H hwp_ffdc_classes.H collect_reg_ffdc.C set_sbe_error.H
+ rm -f $(GEN-CREATEATTRGETSETMACROS)
+ rm -f $(GEN-PARSEATTRIBUTEINFO)
+ rm -f $(GEN-CREATEIFATTRSERVICE)
dump:
objdump -s $(OBJDIR)/$(IMAGE_SEEPROM_NAME).out > $(IMAGE_SEEPROM_NAME).dump
OpenPOWER on IntegriCloud