From f8f5cfbaa49387a513fddd9c9bf1aeb0ecc64cce Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Fri, 26 Nov 2010 21:39:42 +0000 Subject: PCI config include Split PCI config options into a separate file Signed-off-by: Paul Brook --- Makefile.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 2800f47..853045a 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 -- cgit v1.1