summaryrefslogtreecommitdiffstats
path: root/external/opal-prd
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2016-09-07 09:48:33 -0300
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-09-14 16:36:05 +1000
commitf22edb88cefdfbcb19ce6d296ccc4d8f1fbbc73e (patch)
treed29c2d3fc6f018beadf3e80a1690ca848df3326a /external/opal-prd
parent9e8350ce7756318f451e470b551c3486ba93c28c (diff)
downloadblackbird-skiboot-f22edb88cefdfbcb19ce6d296ccc4d8f1fbbc73e.tar.gz
blackbird-skiboot-f22edb88cefdfbcb19ce6d296ccc4d8f1fbbc73e.zip
pflash and opal-prd: Fix dist-clean
Currently pflash and opal-prd do not return to its original tree after a 'make distclean'. I understand that distclean should return the tree to its original state, so, the make can restart from scratch. On Debian[1], we need to clear these remaining file 'manually' to make the build 'reproducible' (two builds in sequence). [1] https://packages.debian.org/source/sid/skiboot Signed-off-by: Breno Leitao <breno.leitao@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external/opal-prd')
-rw-r--r--external/opal-prd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/opal-prd/Makefile b/external/opal-prd/Makefile
index 7482af32..ccd34012 100644
--- a/external/opal-prd/Makefile
+++ b/external/opal-prd/Makefile
@@ -71,3 +71,4 @@ clean:
distclean: clean
$(RM) -f $(LINKS) asm
+ $(RM) -f libflash ccan version.c .version common
OpenPOWER on IntegriCloud