summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-04-20 12:37:31 -0600
committerSimon Glass <sjg@chromium.org>2015-05-05 20:58:41 -0600
commit4772511475ce9221a040142eb808fa963024598f (patch)
tree716d19a198702e6bd37b31e7efaddd60a108e40c /test/dm/Makefile
parentfbe07ba0f8486d8c77d686caec1f840aecb01424 (diff)
downloadu-boot-imx-4772511475ce9221a040142eb808fa963024598f.zip
u-boot-imx-4772511475ce9221a040142eb808fa963024598f.tar.gz
u-boot-imx-4772511475ce9221a040142eb808fa963024598f.tar.bz2
dm: rtc: Add tests for real-time clocks
Add some simple tests to verify that the RTC uclass works correctly in U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index fd9e29f..a0cc2c6 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_DM_ETH) += eth.o
obj-$(CONFIG_DM_GPIO) += gpio.o
obj-$(CONFIG_DM_I2C) += i2c.o
obj-$(CONFIG_DM_PCI) += pci.o
+obj-$(CONFIG_DM_RTC) += rtc.o
obj-$(CONFIG_DM_SPI_FLASH) += sf.o
obj-$(CONFIG_DM_SPI) += spi.o
obj-$(CONFIG_DM_USB) += usb.o