From 0428527c621c3edfd258b4d34fc178ef5df41071 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Tue, 19 Oct 2010 18:06:34 +0900 Subject: pcie: helper functions for pcie capability and extended capability This patch implements helper functions for pci express capability and pci express extended capability allocation. NOTE: presence detection depends on pci_qdev_init() change. Signed-off-by: Isaku Yamahata Signed-off-by: Michael S. Tsirkin --- Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 5f5a4c5493..eeb5134600 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -186,6 +186,7 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o +hw-obj-y += pcie.o hw-obj-y += msix.o msi.o # PCI network cards -- cgit v1.2.3