From 4772511475ce9221a040142eb808fa963024598f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 20 Apr 2015 12:37:31 -0600 Subject: 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 --- test/dm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dm/Makefile') 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 -- cgit v1.1