cpu/intel/microcode: Apply more strict guard for assembly files

Change-Id: I8243be7c9a57402b2ac1cfa1c0552990d4a4ba74
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37891
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Kyösti Mälkki
2019-12-21 10:14:15 +02:00
committed by Patrick Georgi
parent 405812209d
commit d60e9ab74e
3 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ config PLATFORM_USES_FSP1_1
bool
select UEFI_2_4_BINDING
select INTEL_GMA_ADD_VBT if RUN_FSP_GOP
select MICROCODE_UPDATE_PRE_RAM
help
Does the code require the Intel Firmware Support Package?