git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54929ec
)
drivers: Makefile: Add rule to compile video driver
author
Nikhil M Jain
<n-jain1@ti.com>
Thu, 20 Apr 2023 12:11:01 +0000
(17:41 +0530)
committer
Anatolij Gustschin
<agust@denx.de>
Mon, 24 Apr 2023 19:37:45 +0000
(21:37 +0200)
Compile video driver at SPL using CONFIG_SPL_VIDEO.
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> # qemu-x86_64
drivers/Makefile
patch
|
blob
|
history
diff --git
a/drivers/Makefile
b/drivers/Makefile
index
58be410
..
928a8b0
100644
(file)
--- a/
drivers/Makefile
+++ b/
drivers/Makefile
@@
-61,6
+61,7
@@
obj-$(CONFIG_SPL_USB_HOST) += usb/host/
obj-$(CONFIG_SPL_SATA) += ata/ scsi/
obj-$(CONFIG_SPL_LEGACY_BLOCK) += block/
obj-$(CONFIG_SPL_THERMAL) += thermal/
+obj-$(CONFIG_SPL_VIDEO) +=video/
endif
endif