Re: [PATCH] misc: Fix always compiling MISC even for SPL/TPL

2022-04-22 Thread Sean Anderson
Hi Tom, On 4/22/22 3:56 PM, Tom Rini wrote: > On Tue, Apr 19, 2022 at 03:12:45PM -0400, Sean Anderson wrote: > >> We should only build support for misc if the appropriate SPL/TPL symbol >> is defined. >> >> Fixes: aaba703fd0 ("spl: misc: Allow misc drivers in SPL and TPL") >> Signed-off-by:

Re: [PATCH] misc: Fix always compiling MISC even for SPL/TPL

2022-04-22 Thread Tom Rini
On Tue, Apr 19, 2022 at 03:12:45PM -0400, Sean Anderson wrote: > We should only build support for misc if the appropriate SPL/TPL symbol > is defined. > > Fixes: aaba703fd0 ("spl: misc: Allow misc drivers in SPL and TPL") > Signed-off-by: Sean Anderson > --- > > drivers/misc/Makefile | 2 +- >

[PATCH] misc: Fix always compiling MISC even for SPL/TPL

2022-04-19 Thread Sean Anderson
We should only build support for misc if the appropriate SPL/TPL symbol is defined. Fixes: aaba703fd0 ("spl: misc: Allow misc drivers in SPL and TPL") Signed-off-by: Sean Anderson --- drivers/misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git