summaryrefslogtreecommitdiff
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-09-27 10:19:31 +0300
committerAnatolij Gustschin <agust@denx.de>2018-09-28 19:26:52 +0300
commit4eea531859edc7e23fcffadee47757a0c6e0959f (patch)
tree37015231606c0df658d57485468e3a49ccbee792 /drivers/video/Makefile
parent9671f696e52b1af72fe5566bf5a6fefc6a6fefa5 (diff)
downloadu-boot-4eea531859edc7e23fcffadee47757a0c6e0959f.tar.xz
video_osd: Add osd sandbox driver and tests
Add sandbox driver and tests for the new OSD uclass. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 290747ba94..b31017e436 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_LG4573) += lg4573.o
obj-$(CONFIG_LOGICORE_DP_TX) += logicore_dp_tx.o
obj-$(CONFIG_OSD) += video_osd-uclass.o
obj-$(CONFIG_PXA_LCD) += pxa_lcd.o
+obj-$(CONFIG_SANDBOX_OSD) += sandbox_osd.o
obj-$(CONFIG_S6E8AX0) += s6e8ax0.o
obj-$(CONFIG_SCF0403_LCD) += scf0403_lcd.o
obj-$(CONFIG_VIDEO_BCM2835) += bcm2835.o