diff options
author | Ramon Fried <ramon.fried@gmail.com> | 2019-04-27 11:15:24 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-11 10:05:15 -0400 |
commit | f2a55acfcf7a605f114a45eafa8a349341680f42 (patch) | |
tree | 1eab5e03044fc8807934b0237c6a81d5a5fb75a4 /test/dm/Makefile | |
parent | bb413337826ef1a1445ff9fb33424fd231430228 (diff) | |
download | u-boot-f2a55acfcf7a605f114a45eafa8a349341680f42.tar.gz |
test: pci_ep: add basic pci_ep tests
Add basic PCI endpoint sandbox testing.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 aeb3aa0ca7..420bf81154 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -31,6 +31,7 @@ obj-y += ofnode.o obj-$(CONFIG_OSD) += osd.o obj-$(CONFIG_DM_VIDEO) += panel.o obj-$(CONFIG_DM_PCI) += pci.o +obj-$(CONFIG_PCI_ENDPOINT) += pci_ep.o obj-$(CONFIG_PCH) += pch.o obj-$(CONFIG_PHY) += phy.o obj-$(CONFIG_POWER_DOMAIN) += power-domain.o |