diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2010-10-19 18:06:32 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-10-19 14:09:06 +0200 |
commit | e4c7d2aef899780f9b9b86343bca4ac34c9e252f (patch) | |
tree | 94542f3063702eef12d27d8fb423f534d72e5ed1 /Makefile.objs | |
parent | 99443c21b06aa433d74880f9d2a0e4320631b906 (diff) |
msi: implements msi
implements msi related functions.
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 594894bbed..5f5a4c5493 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -186,7 +186,7 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o -hw-obj-y += msix.o +hw-obj-y += msix.o msi.o # PCI network cards hw-obj-y += ne2000.o |