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 <leroy.p.leahy@intel.com>
Reviewed-on: http://review.coreboot.org/10873
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Lee Leahy 2015-07-09 17:03:27 -07:00 committed by Leroy P Leahy
parent 9a8e4f9f94
commit 72dd90946f
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
*/ */
unsigned microcode[] = { unsigned microcode[] = {
#include <microcode_blob.h> #include <microcode/microcode_blob.h>
}; };