3rdparty: move to 3rdparty/blobs
There's now room for other repositories under 3rdparty. Change-Id: I51b02d8bf46b5b9f3f8a59341090346dca7fa355 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10109 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
f4f028790a
commit
26e24cc12d
@@ -23,8 +23,8 @@ unsigned microcode[] = {
|
||||
* a very good reason why we only use one at a time?
|
||||
*/
|
||||
#if CONFIG_INTEL_LYNXPOINT_LP
|
||||
#include "../../../../blobs/cpu/intel/model_4065x/microcode.h"
|
||||
#include "../../../../3rdparty/blobs/cpu/intel/model_4065x/microcode.h"
|
||||
#else
|
||||
#include "../../../../blobs/cpu/intel/model_306cx/microcode.h"
|
||||
#include "../../../../3rdparty/blobs/cpu/intel/model_306cx/microcode.h"
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user