aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/Makefile.inc
diff options
context:
space:
mode:
authorJonathan Kollasch <jakllsch@kollasch.net>2010-10-27 17:26:57 +0000
committerJonathan A. Kollasch <jakllsch@kollasch.net>2010-10-27 17:26:57 +0000
commitd8bed0a4c1b59f701f6866bda5d721a22a0139af (patch)
tree08bd9e984490895d4a8eb3f668fdd15f28e7449f /src/southbridge/nvidia/ck804/Makefile.inc
parentb69cb5a31058c0295f2d810c852cc5b52d77225c (diff)
Convert ck804_early_smbus.c to a separately compiled unit.
Additionally, make the second SMBus more accessible in romstage. Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/nvidia/ck804/Makefile.inc')
-rw-r--r--src/southbridge/nvidia/ck804/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/ck804/Makefile.inc b/src/southbridge/nvidia/ck804/Makefile.inc
index 48f7713a8b..09b20708af 100644
--- a/src/southbridge/nvidia/ck804/Makefile.inc
+++ b/src/southbridge/nvidia/ck804/Makefile.inc
@@ -16,6 +16,7 @@ ramstage-y += ck804_reset.c
ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += ck804_fadt.c
romstage-y += ck804_enable_usbdebug.c
+romstage-y += ck804_early_smbus.c
chipset_bootblock_inc += $(src)/southbridge/nvidia/ck804/romstrap.inc
chipset_bootblock_lds += $(src)/southbridge/nvidia/ck804/romstrap.lds