diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-11-28 18:11:49 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-01 15:38:41 +0200 |
commit | 5687fc9d2120c01b929f24df07667f87089f9b5f (patch) | |
tree | 937c1599f52ecd341c2fdf7fe8ca6e5d64ea9825 /src/lib/Makefile.inc | |
parent | 580e5642a8d1db1bc85c5d55dc2227f3fda8eb34 (diff) |
Declare recovery and developer modes outside ChromeOS
Move the implementation for recovery and developer modes from
vendorcode/google/chromes to lib/.
Change-Id: I33335fb282de2c7bc613dc58d6912c47f3b5c06c
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/4308
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r-- | src/lib/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index f8cf3b1d84..8a82058dae 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -128,6 +128,9 @@ smm-y += gcc.c $(obj)/lib/version.ramstage.o : $(obj)/build.h +romstage-y += bootmode.c +ramstage-y += bootmode.c + ifeq ($(CONFIG_RELOCATABLE_MODULES),y) ramstage-y += rmodule.c romstage-$(CONFIG_RELOCATABLE_RAMSTAGE) += rmodule.c |