summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-05 19:25:34 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:09 (GMT)
commitd3b7ff14f4944a391da3d1146e36dba42e811766 (patch)
tree0f4a1703764552b12b8863be2b881f700a63c082 /test/dm/Makefile
parentaad78d2732ee04326fb3523815795f76012aab99 (diff)
downloadu-boot-d3b7ff14f4944a391da3d1146e36dba42e811766.tar.xz
dm: pci: Add driver model tests for PCI
Add some basic tests to check that things work as expected with sandbox. 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 612aa95..8281779 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -21,4 +21,5 @@ 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
+obj-$(CONFIG_DM_PCI) += pci.o
endif