[Skiboot] [PATCH 2/8] core/pldm/test : Add self-test for PLDM file I/O message
Reza Arbab
arbab at linux.ibm.com
Thu Mar 20 02:47:42 AEDT 2025
Hi Abhishek,
On Thu, Feb 20, 2025 at 03:04:49PM +0530, ABHISHEK SINGH TOMAR wrote:
>--- /dev/null
>+++ b/core/pldm/test/Makefile.check
>@@ -0,0 +1,60 @@
[snip]
>+
>+core/test/stubs.o: core/test/stubs.c
>+ $(call Q, HOSTCC ,$(HOSTCC) $(HOSTCFLAGS) -I . -I include -Wno-error=attributes -g -c -o core/test/stubs.o core/test/stubs.c, $<)
>+
This rule causes warnings to be printed on any invocation of make:
core/pldm/test/Makefile.check:33: warning: overriding recipe for target 'core/test/stubs.o'
core/test/Makefile.check:60: warning: ignoring old recipe for target 'core/test/stubs.o'
--
Reza Arbab
More information about the Skiboot
mailing list