Ronald G. Minnich (rminnich@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8026
-gerrit
commit 4022eec43b6588fb289e3975741681f295dd8c67 Author: Ronald G. Minnich rminnich@gmail.com Date: Wed Dec 31 19:44:22 2014 -0800
soc/riscv: Fix typo in src/soc/ucb/Makefile.inc.
riscv builds again.
Change-Id: I4caaee49c3eaa948540a916f684dd4e1ed9c9011 Signed-off-by: Ronald G. Minnich rminnich@gmail.com --- src/soc/ucb/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/soc/ucb/Makefile.inc b/src/soc/ucb/Makefile.inc index 35bc728..fe40742 100644 --- a/src/soc/ucb/Makefile.inc +++ b/src/soc/ucb/Makefile.inc @@ -1 +1 @@ -subdirs-$(CONFIG_CPU_UCB_RISCV) += riscv +subdirs-$(CONFIG_SOC_UCB_RISCV) += riscv