summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x200/Makefile.inc
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-11-09 13:44:36 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2015-05-26 10:32:34 +0200
commit61bb37e2054549b96986c5142aaa680ac311e4bf (patch)
treeab76d967cc80aad7598bed0c96f88c76ff1effbe /src/mainboard/lenovo/x200/Makefile.inc
parent83f81cad7a1faf40dd894924963fc8bfc5904aea (diff)
downloadcoreboot-61bb37e2054549b96986c5142aaa680ac311e4bf.tar.gz
coreboot-61bb37e2054549b96986c5142aaa680ac311e4bf.tar.bz2
coreboot-61bb37e2054549b96986c5142aaa680ac311e4bf.zip
gm45: Link cstates.c rather than including it.
The comment about necessity of include isn't true anymore as get_cst_entries is not weak anymore so if it's not found, the linking would fail. Change-Id: I4bf88208d63ac3e625f464c3907e2e1ea575dd9f Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7375 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/x200/Makefile.inc')
-rw-r--r--src/mainboard/lenovo/x200/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x200/Makefile.inc b/src/mainboard/lenovo/x200/Makefile.inc
index 85bb37a459c4..b2e5c2aebb1a 100644
--- a/src/mainboard/lenovo/x200/Makefile.inc
+++ b/src/mainboard/lenovo/x200/Makefile.inc
@@ -18,3 +18,4 @@
##
ramstage-y += dock.c
+ramstage-y += cstates.c