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:
parent
9a8e4f9f94
commit
72dd90946f
|
@ -18,5 +18,5 @@
|
|||
*/
|
||||
|
||||
unsigned microcode[] = {
|
||||
#include <microcode_blob.h>
|
||||
#include <microcode/microcode_blob.h>
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue