diff options
| author | Mario Six <[email protected]> | 2018-09-27 09:19:31 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2018-09-28 18:26:52 +0200 |
| commit | 4eea531859edc7e23fcffadee47757a0c6e0959f (patch) | |
| tree | 37015231606c0df658d57485468e3a49ccbee792 /drivers/video/Makefile | |
| parent | 9671f696e52b1af72fe5566bf5a6fefc6a6fefa5 (diff) | |
video_osd: Add osd sandbox driver and tests
Add sandbox driver and tests for the new OSD uclass.
Signed-off-by: Mario Six <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/video/Makefile')
| -rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 290747ba94f..b31017e436d 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 |
