aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801ix/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-27 14:47:49 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-27 23:52:02 +0100
commit721265b87ac1e70dea72c5b1ae7f5878214557cf (patch)
tree90d1f378f08d0039774488f468af20643f2c7729 /src/southbridge/intel/i82801ix/Makefile.inc
parente135ac5a7ea69b6edcb89345019212f5de412b1e (diff)
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>
Diffstat (limited to 'src/southbridge/intel/i82801ix/Makefile.inc')
-rw-r--r--src/southbridge/intel/i82801ix/Makefile.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/southbridge/intel/i82801ix/Makefile.inc b/src/southbridge/intel/i82801ix/Makefile.inc
index 2fd1967583..3ffc03f142 100644
--- a/src/southbridge/intel/i82801ix/Makefile.inc
+++ b/src/southbridge/intel/i82801ix/Makefile.inc
@@ -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