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 /test/dm/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 'test/dm/Makefile')
| -rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index 8b1ba915d01..16033271f8d 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_LED) += led.o obj-$(CONFIG_DM_MAILBOX) += mailbox.o obj-$(CONFIG_DM_MMC) += mmc.o obj-y += ofnode.o +obj-$(CONFIG_OSD) += osd.o obj-$(CONFIG_DM_PCI) += pci.o obj-$(CONFIG_PHY) += phy.o obj-$(CONFIG_POWER_DOMAIN) += power-domain.o |
