]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: video: Makefile: Rule to compile necessary video driver files
authorNikhil M Jain <n-jain1@ti.com>
Thu, 20 Apr 2023 12:11:02 +0000 (17:41 +0530)
committerAnatolij Gustschin <agust@denx.de>
Mon, 24 Apr 2023 19:37:45 +0000 (21:37 +0200)
commit35ca2e4fa21187b13e6ab323ac5782292f52a634
tree736fa311d873224d8c9bd7b6737553b6a6f9aa98
parente3357a9e036f92ca389f8c3cfa3ed335b2f798e1
drivers: video: Makefile: Rule to compile necessary video driver files

To enable video driver at SPL, need to compile video-uclass,
vidconsole-uclass, backlight-uclass, panel-uclass, simple-panel, add
rules to compile them at SPL and u-boot proper. To support
splash_display at SPL, need to compile video-bmp, add rule to compile at
SPL and u-boot proper.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
drivers/video/Makefile