diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-05 17:49:50 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-05 17:49:50 +1100 |
commit | 16c80346ddf9ec6baf583b610cf1449f25962d34 (patch) | |
tree | 9bca5221defa3fa784b0e6675748b9a4c074d093 /ccan | |
parent | 64a5f776e1c82e707a7126ad4b1f70f8a2d419fd (diff) | |
download | skiboot-16c80346ddf9ec6baf583b610cf1449f25962d34.zip skiboot-16c80346ddf9ec6baf583b610cf1449f25962d34.tar.gz skiboot-16c80346ddf9ec6baf583b610cf1449f25962d34.tar.bz2 |
Add OPAL_INVALID_CALL explicitly in opal.h and docs
Was mentioned in linux as possibly being used by some external test
modules. It's harmless to make this official behaviour.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'ccan')
-rw-r--r-- | ccan/Makefile.check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ccan/Makefile.check b/ccan/Makefile.check index 2bc1f1d..767b338 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:%=%.gcda) \ - $(CCAN_TEST:%=%.gcno) + $(CCAN_TEST:%=%-gcov.gcda) \ + $(CCAN_TEST:%=%-gcov.gcno)
\ No newline at end of file |