From e8897c45a80394f3eaab42d2805c4bae97732b8c Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 31 Dec 2014 19:44:22 -0800 Subject: soc/riscv: Fix typo in src/soc/ucb/Makefile.inc. riscv builds again. Change-Id: I4caaee49c3eaa948540a916f684dd4e1ed9c9011 Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/8026 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- src/soc/ucb/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/ucb/Makefile.inc b/src/soc/ucb/Makefile.inc index 35bc72871c..fe40742484 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 -- cgit v1.2.3