diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2010-11-16 17:26:09 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-11-22 10:00:06 +0200 |
commit | 34e65944c0351fabcd82aa8c85018980c7e87bff (patch) | |
tree | a710aa7c7a4ad14a1f69fbfd03d1c6251c23ecb4 /Makefile.objs | |
parent | 1a1ea6f093eb8cf7c01788bc3708ba7003815563 (diff) |
pcie/aer: helper functions for pcie aer capability
This patch implements helper functions for pcie aer capability
which will be used later.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index faf485ed1b..c5919af054 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -207,7 +207,7 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o -hw-obj-y += pcie.o pcie_port.o +hw-obj-y += pcie.o pcie_aer.o pcie_port.o hw-obj-y += msix.o msi.o # PCI network cards |