aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdfam10/Makefile.inc
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-05-10 19:45:45 +0000
committerMyles Watson <mylesgw@gmail.com>2010-05-10 19:45:45 +0000
commit48beb8276989f35f5510fbdc101cd2a222a3d21e (patch)
tree1ff764d14ee4c51b82d34b84f75d37d325cc6c60 /src/northbridge/amd/amdfam10/Makefile.inc
parentb904d7bce9e258b2a460a0025a6a3828ec192cf0 (diff)
Make show_all_routes work for fam10.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5542 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdfam10/Makefile.inc')
-rw-r--r--src/northbridge/amd/amdfam10/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdfam10/Makefile.inc b/src/northbridge/amd/amdfam10/Makefile.inc
index c73f82a52c..91f488d50a 100644
--- a/src/northbridge/amd/amdfam10/Makefile.inc
+++ b/src/northbridge/amd/amdfam10/Makefile.inc
@@ -10,3 +10,7 @@ obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr4.o
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr5.o
obj-y += get_pci1234.o
+
+# Enable this if you want to check the values of the PCI routing registers.
+# Call show_all_routes() anywhere amdfam10.h is included.
+#obj-y += util.o