commit | 4d85755d5dc1100d6372f150182ad61418881eb3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 05 12:25:27 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 19:27:43 2015 -0600 |
tree | a7fa642fcdab8c17c73de18d73e9aaa04473b9fa | |
parent | 70778bcae08858452d2e11b2a8db3f840400522b [diff] [blame] |
dm: sandbox: Add a simple PCI driver Add a driver which can access emulations of devices and make them available in sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index db82786..9e2e5f9 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile
@@ -7,6 +7,7 @@ ifneq ($(CONFIG_DM_PCI),) obj-$(CONFIG_PCI) += pci-uclass.o pci_compat.o +obj-$(CONFIG_PCI_SANDBOX) += pci_sandbox.o else obj-$(CONFIG_PCI) += pci.o endif