diff options
author | Simon Glass | 2014-12-10 08:55:55 -0700 |
---|---|---|
committer | Simon Glass | 2014-12-11 13:18:43 -0700 |
commit | ecc2ed55ee09814d16e81a9d1030a95f98eaf940 (patch) | |
tree | 392c8aefb983944806d72a284c8a35c8ec0b680e /test/dm/Makefile | |
parent | 20142019a96a72bf1516be93a86fc10d028fd136 (diff) |
dm: i2c: Add tests for I2C
Add some basic tests to check that the system works as expected.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
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 75d3d41536b..612aa957fa2 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -20,4 +20,5 @@ ifneq ($(CONFIG_SANDBOX),) obj-$(CONFIG_DM_GPIO) += gpio.o obj-$(CONFIG_DM_SPI) += spi.o obj-$(CONFIG_DM_SPI_FLASH) += sf.o +obj-$(CONFIG_DM_I2C) += i2c.o endif |