Drop driver-y from GM45/ICH9/RK9

This broke because those components were not yet
committed when the patch to drop the driver class
was made.

Change-Id: I29948223503a6c4b196eafa169c064cd26da1be1
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1934
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Stefan Reinauer 2012-11-27 14:47:49 -08:00 committed by Stefan Reinauer
parent e135ac5a7e
commit 721265b87a
3 changed files with 11 additions and 11 deletions

View File

@ -17,5 +17,5 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
driver-$(CONFIG_CARDBUS_PLUGIN_SUPPORT) += ti_pci7xx1.c
ramstage-$(CONFIG_CARDBUS_PLUGIN_SUPPORT) += ti_pci7xx1.c
smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c

View File

@ -33,7 +33,7 @@ romstage-$(CONFIG_IOMMU) += iommu.c
ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c
driver-y += ram_calc.c
driver-y += northbridge.c
ramstage-y += ram_calc.c
ramstage-y += northbridge.c
smm-$(CONFIG_HAVE_SMI_HANDLER) += delay.c

View File

@ -18,14 +18,14 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
driver-y += i82801ix.c
driver-y += pci.c
driver-y += lpc.c
driver-y += pcie.c
driver-y += usb_ehci.c
driver-y += sata.c
driver-y += hdaudio.c
driver-y += thermal.c
ramstage-y += i82801ix.c
ramstage-y += pci.c
ramstage-y += lpc.c
ramstage-y += pcie.c
ramstage-y += usb_ehci.c
ramstage-y += sata.c
ramstage-y += hdaudio.c
ramstage-y += thermal.c
ramstage-y += ../i82801gx/usb_debug.c
ramstage-y += ../i82801gx/reset.c