aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t60/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-12 15:01:42 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-18 18:04:28 +0000
commit3b947e2094bf127426087489d404c95c62de8825 (patch)
tree7452689f87fda989e2cbdf3057dba08a1be41318 /src/mainboard/lenovo/t60/Makefile.inc
parent66c6413c69abb7335efc4ea07f4c811c042704b6 (diff)
mainboards: Move get_cst_entries()
Change-Id: I02cfbcb7a340bd574290e4ac486010fc4cbcd3be Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49351 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t60/Makefile.inc')
-rw-r--r--src/mainboard/lenovo/t60/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t60/Makefile.inc b/src/mainboard/lenovo/t60/Makefile.inc
index 5ded71b41a..000367bc30 100644
--- a/src/mainboard/lenovo/t60/Makefile.inc
+++ b/src/mainboard/lenovo/t60/Makefile.inc
@@ -7,3 +7,4 @@ bootblock-y += gpio.c
romstage-y += gpio.c
bootblock-y += early_init.c
romstage-y += early_init.c
+ramstage-y += cstates.c