From 72dd90946fd472d4aebcad2952b463b868e662f2 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Thu, 9 Jul 2015 17:03:27 -0700 Subject: Braswell: Move the microcode into a subdirectory Include the microcode files from the microcode subdirectory. BRANCH=none BUG=None TEST=Build and run on cyan. Change-Id: I4c8bf64d221d9ead18f1b7d6e1f01f61d88c9b25 Signed-off-by: Lee Leahy Reviewed-on: http://review.coreboot.org/10873 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/intel/braswell/microcode/microcode_blob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/intel/braswell/microcode/microcode_blob.c b/src/soc/intel/braswell/microcode/microcode_blob.c index bcadcfe104..e0aeaffd61 100644 --- a/src/soc/intel/braswell/microcode/microcode_blob.c +++ b/src/soc/intel/braswell/microcode/microcode_blob.c @@ -18,5 +18,5 @@ */ unsigned microcode[] = { -#include +#include }; -- cgit v1.2.3