diff options
author | Isaac Christensen <isaac.christensen@se-eng.com> | 2014-10-01 11:50:20 -0600 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2014-10-22 03:58:40 +0200 |
commit | 0b4e8df7e8535f30a4fe12c92032f638fc7244ab (patch) | |
tree | 6292db3deab96ff3211d697dc5ab5db81310e0a3 /src/lib/Makefile.inc | |
parent | d2044ccdc09799a5019bb6dfb42f38658b075be6 (diff) |
reg_script: include in romstage
The new broadwell support uses the reg_script functions in romstage.
Change-Id: Ic040bf947d35854711f4c1547858b0e4378ef759
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/7003
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r-- | src/lib/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 8de4fb70b3..c104ce3d6f 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -86,6 +86,7 @@ ramstage-y += cbmem_info.c ramstage-y += hexdump.c romstage-y += hexdump.c +romstage-$(CONFIG_REG_SCRIPT) += reg_script.c ramstage-$(CONFIG_REG_SCRIPT) += reg_script.c romstage-$(CONFIG_CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM) += ramstage_cache.c |