ibexpeak: Don't check for CONFIG_HAVE_SMI_HANDLER.
It's always true for this chipset. Change-Id: Icd7666ed361c33170b1171da9ec46547685b996e Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7571 Tested-by: build bot (Jenkins) Reviewed-by: Nicolas Reinecke <nr@das-labor.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
aec6c4755e
commit
32d862b5d7
|
@ -46,8 +46,8 @@ ramstage-y += ../common/spi.c
|
||||||
ramstage-y += madt.c
|
ramstage-y += madt.c
|
||||||
smm-$(CONFIG_SPI_FLASH_SMM) += ../common/spi.c
|
smm-$(CONFIG_SPI_FLASH_SMM) += ../common/spi.c
|
||||||
|
|
||||||
ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smi.c
|
ramstage-y += smi.c
|
||||||
smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c me.c ../bd82x6x/me_8.x.c ../bd82x6x/finalize.c ../bd82x6x/pch.c
|
smm-y += smihandler.c me.c ../bd82x6x/me_8.x.c ../bd82x6x/finalize.c ../bd82x6x/pch.c
|
||||||
|
|
||||||
romstage-y += ../bd82x6x/early_usb.c early_smbus.c ../bd82x6x/early_me.c ../bd82x6x/me_status.c ../bd82x6x/gpio.c early_thermal.c
|
romstage-y += ../bd82x6x/early_usb.c early_smbus.c ../bd82x6x/early_me.c ../bd82x6x/me_status.c ../bd82x6x/gpio.c early_thermal.c
|
||||||
romstage-y += ../bd82x6x/reset.c
|
romstage-y += ../bd82x6x/reset.c
|
||||||
|
|
Loading…
Reference in New Issue