]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/lib/Makefile
dm: x86: pci: Add a PCI driver for driver model
[karo-tx-uboot.git] / arch / x86 / lib / Makefile
index c17f7f088bb296868179c55bdd6e6636d82ed177..67a34d8f56c8448f6011cb5490832709829c8c89 100644 (file)
@@ -17,7 +17,9 @@ obj-y += interrupts.o
 obj-y += cmd_mtrr.o
 obj-$(CONFIG_SYS_PCAT_INTERRUPTS) += pcat_interrupts.o
 obj-$(CONFIG_SYS_PCAT_TIMER) += pcat_timer.o
+ifndef CONFIG_DM_PCI
 obj-$(CONFIG_PCI) += pci_type1.o
+endif
 obj-y  += relocate.o
 obj-y += physmem.o
 obj-$(CONFIG_X86_RAMTEST) += ramtest.o