video: imx: Fix Makefile in order to be able to add other imx drivers
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 3 Apr 2025 07:39:10 +0000 (09:39 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 11 Apr 2025 01:32:56 +0000 (22:32 -0300)
commit95654e671792eef4ddd3e078d501f6112c7bf187
tree7dd39ec0f1fd44484ecbdeb199e1762022eee41b
parentc05e7c8cf7fa7b149af4161546e6f6339c52b76f
video: imx: Fix Makefile in order to be able to add other imx drivers

The IPUv3 is one IP part of the imx world, there are others, and
selecting the whole imx/ folder based on such a specific Kconfig symbol
is sub-optimal. Let's always enter the imx/ folder, and then selectively
compile parts of the folder based on the configuration.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/video/Makefile
drivers/video/imx/Makefile