summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_10xxx/Makefile.inc
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-02-16 23:24:26 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-02-18 01:26:51 +0100
commita2f79d5971d3d29c9a3ef006e4ca9b852a3b864f (patch)
treee4393a2b2dec1db340c381f0f4f4f4a297ac372c /src/cpu/amd/model_10xxx/Makefile.inc
parent7711c0d5c1170d856c87d9963a790457b55403db (diff)
cpu/amd/model_10xxx: Add monotonic timer support
Change-Id: Idf37d51c6b53ae85dc96fb609531ceda06ec948c Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8470 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Aaron Durbin <adurbin@gmail.com>
Diffstat (limited to 'src/cpu/amd/model_10xxx/Makefile.inc')
-rw-r--r--src/cpu/amd/model_10xxx/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/model_10xxx/Makefile.inc b/src/cpu/amd/model_10xxx/Makefile.inc
index f5cf37514c..ba12dcd3ef 100644
--- a/src/cpu/amd/model_10xxx/Makefile.inc
+++ b/src/cpu/amd/model_10xxx/Makefile.inc
@@ -3,6 +3,7 @@ ramstage-y += model_10xxx_init.c
ramstage-y += processor_name.c
romstage-y += update_microcode.c
+ramstage-y += monotonic_timer.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += powernow_acpi.c
cpu_microcode-$(CONFIG_CPU_MICROCODE_CBFS_GENERATE) += microcode_blob.c