aboutsummaryrefslogtreecommitdiff
path: root/ccan
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-02-06 17:53:09 +0800
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-09 11:46:27 +1100
commit4e60baa269007715c1ff81acf0fc1a94ee19a3f1 (patch)
tree88fd083745bbc52b29371842b59287557afd561d /ccan
parent5c70f1c764abeec7c29171285ec90af3318b113d (diff)
downloadskiboot-4e60baa269007715c1ff81acf0fc1a94ee19a3f1.zip
skiboot-4e60baa269007715c1ff81acf0fc1a94ee19a3f1.tar.gz
skiboot-4e60baa269007715c1ff81acf0fc1a94ee19a3f1.tar.bz2
Fix commit 16c80346
Commit 16c80346 change included some reverts of previous commits, which we need. This change reverts those reverts, leaving the original intent of that change. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'ccan')
-rw-r--r--ccan/Makefile.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/ccan/Makefile.check b/ccan/Makefile.check
index 767b338..2bc1f1d 100644
--- a/ccan/Makefile.check
+++ b/ccan/Makefile.check
@@ -39,5 +39,5 @@ ccan-test-clean:
$(CCAN_TEST:%=%-gcov) \
$(CCAN_TEST:%=%.d) \
$(CCAN_TEST:%=%.o) \
- $(CCAN_TEST:%=%-gcov.gcda) \
- $(CCAN_TEST:%=%-gcov.gcno) \ No newline at end of file
+ $(CCAN_TEST:%=%.gcda) \
+ $(CCAN_TEST:%=%.gcno)