blob: fa37762287472a88967a67ee905a989309ec60af [file] [log] [blame]
Stefan Reinauer13e41822015-04-27 14:02:36 -07001ifeq ($(CONFIG_SOUTHBRIDGE_SIS_SIS966),y)
2
Patrick Georgi23f38cd2012-11-16 14:50:32 +01003ramstage-y += sis761.c
4ramstage-y += sis966.c
5ramstage-y += lpc.c
6ramstage-y += ide.c
7ramstage-y += usb.c
8ramstage-y += usb2.c
9ramstage-y += nic.c
10ramstage-y += sata.c
11ramstage-y += pcie.c
12ramstage-y += aza.c
stepan836ae292010-12-08 05:42:47 +000013ramstage-y += reset.c
Sven Schnelle20fc6312011-10-30 09:57:35 +010014
Kyösti Mälkkiac164052013-10-11 21:14:59 +030015romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += enable_usbdebug.c
Sven Schnelle20fc6312011-10-30 09:57:35 +010016ramstage-$(CONFIG_USBDEBUG) += enable_usbdebug.c
Patrick Georgi806a29e2010-02-28 20:56:42 +000017
Patrick Georgi990e7c92015-04-03 10:47:15 +020018bootblock-y += romstrap.ld
Alexandru Gagniuc8a137432015-10-05 08:00:51 -070019bootblock-y += romstrap.S
Stefan Reinauer13e41822015-04-27 14:02:36 -070020
21endif