Re: [PATCH] board: phytec: fix link error when disabling PHYTEC_SOM_DETECTION

2024-01-15 Thread Yannic Moog
Hi Fabio On Fri, 2024-01-12 at 14:55 -0300, Fabio Estevam wrote: > Hi Yannic, > > On Thu, Jan 11, 2024 at 5:27 AM Yannic Moog wrote: > > > > Commit aa7858fe5e2e ("board: phytec: som_detection: move definitions to > > source file") moved function definitions from header to source file. > > Makef

Re: [PATCH] board: phytec: fix link error when disabling PHYTEC_SOM_DETECTION

2024-01-12 Thread Fabio Estevam
Hi Yannic, On Thu, Jan 11, 2024 at 5:27 AM Yannic Moog wrote: > > Commit aa7858fe5e2e ("board: phytec: som_detection: move definitions to > source file") moved function definitions from header to source file. > Makefile however was not updated to unconditionally build the imx8 and > phytec som de

[PATCH] board: phytec: fix link error when disabling PHYTEC_SOM_DETECTION

2024-01-11 Thread Yannic Moog
Commit aa7858fe5e2e ("board: phytec: som_detection: move definitions to source file") moved function definitions from header to source file. Makefile however was not updated to unconditionally build the imx8 and phytec som detection units. Fix this. Fixes: aa7858fe5e2e ("board: phytec: som_detecti