commit | 505e94a85e099c0d6d15d759ed647cd22317d8ff | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Thu Apr 03 09:39:10 2025 +0200 |
committer | Fabio Estevam <festevam@gmail.com> | Thu Apr 10 22:32:56 2025 -0300 |
tree | 7dd39ec0f1fd44484ecbdeb199e1762022eee41b | |
parent | a633804499e2c8e772e91ca6a40dcd46edd2aa8c [diff] |
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>