diff options
author | Paul Brook <paul@codesourcery.com> | 2010-11-26 21:39:42 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-11-27 00:06:13 +0000 |
commit | f8f5cfbaa49387a513fddd9c9bf1aeb0ecc64cce (patch) | |
tree | 04e44242d6e3bae5d09be64f530b916644cae353 /Makefile.target | |
parent | bd9141bb2e53195e3c1abf29275365d7f554beb5 (diff) |
PCI config include
Split PCI config options into a separate file
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index 2800f473b7..853045a21c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -210,8 +210,8 @@ obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o obj-$(CONFIG_USB_OHCI) += usb-ohci.o # PCI network cards -obj-y += rtl8139.o -obj-y += e1000.o +obj-$(CONFIG_RTL8139_PCI) += rtl8139.o +obj-$(CONFIG_E1000_PCI) += e1000.o # Inter-VM PCI shared memory obj-$(CONFIG_KVM) += ivshmem.o |