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 /libc | |
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 'libc')
-rw-r--r-- | libc/test/Makefile.check | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/libc/test/Makefile.check b/libc/test/Makefile.check index eb6fac8..f37fe93 100644 --- a/libc/test/Makefile.check +++ b/libc/test/Makefile.check @@ -57,15 +57,6 @@ $(LIBC_DUALLIB_TEST:%=%-gcov-test.o): %-gcov-test.o : %-test.c % clean: libc-test-clean libc-test-clean: - $(RM) -f libc/test/*.[od] - $(RM) -f $(LIBC_TEST) \ - $(LIBC_TEST:%=%-gcov) \ - $(LIBC_TEST:%=%.gcda) \ - $(LIBC_TEST:%=%.gcno) - $(RM) -f $(LIBC_DUALLIB_TEST) \ - $(LIBC_DUALLIB_TEST:%=%-gcov) \ - $(LIBC_DUALLIB_TEST:%=%-gcov.gcda) \ - $(LIBC_DUALLIB_TEST:%=%-gcov.gcno) \ - $(LIBC_DUALLIB_TEST:%=%-gcov-test.gcda) \ - $(LIBC_DUALLIB_TEST:%=%-gcov-test.gcno) \ + $(RM) -f libc/test/*.[od] $(LIBC_TEST) $(LIBC_TEST:%=%-gcov) + $(RM) -f $(LIBC_DUALLIB_TEST) $(LIBC_DUALLIB_TEST:%=%-gcov) \ $(LIBC_DUALLIB_TEST:%=%-test.o) |