summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8131/Makefile.inc
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-09-22 21:29:32 +0000
committerMyles Watson <mylesgw@gmail.com>2009-09-22 21:29:32 +0000
commited03556fbf62c6150a2a9c6eb22e49e638262fbb (patch)
tree63103a929544cdf34ae6f1c17d18167ac0e3489d /src/southbridge/amd/amd8131/Makefile.inc
parenta74ae635caeb0598fc1422356f13722c03262e8e (diff)
downloadcoreboot-ed03556fbf62c6150a2a9c6eb22e49e638262fbb.tar.xz
src/Kconfig: Remove HT-specific options.
src/cpu/amd/socket_F/Kconfig: Remove second occurrence of CPU_SOCKET_TYPE. src/mainboard/amd/serengeti_cheetah/Kconfig: Add HT_CHAIN_UNITID_BASE here, since it is board specific. src/mainboard/tyan/s289X/Kconfig: Fix typo and change APIC_ID_OFFSET to match old config. src/devices/Kconfig: Change default value of *_PLUGIN_SUPPORT to match old config. src/southbridge/amd/amd8131/Makefile.inc: Remove check since it was a typo, and the correct variable is checked in the parent directory. src/Makefile:Use devicetree.cb instead of Config.lb to generate static.c. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4657 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/amd8131/Makefile.inc')
-rw-r--r--src/southbridge/amd/amd8131/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/amd8131/Makefile.inc b/src/southbridge/amd/amd8131/Makefile.inc
index b23e8953a4..6a3e5bcf53 100644
--- a/src/southbridge/amd/amd8131/Makefile.inc
+++ b/src/southbridge/amd/amd8131/Makefile.inc
@@ -1 +1 @@
-driver-$(SOUTHBRIDGE_AMD_AMD8131) += amd8131_bridge.o \ No newline at end of file
+driver-y += amd8131_bridge.o