diff options
Diffstat (limited to 'src/mainboard/emulation/qemu-q35/Makefile.mk')
-rw-r--r-- | src/mainboard/emulation/qemu-q35/Makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-q35/Makefile.mk b/src/mainboard/emulation/qemu-q35/Makefile.mk index a60fbd6367..c1619f5ede 100644 --- a/src/mainboard/emulation/qemu-q35/Makefile.mk +++ b/src/mainboard/emulation/qemu-q35/Makefile.mk @@ -23,3 +23,4 @@ ramstage-$(CONFIG_CHROMEOS) += chromeos.c smm-y += ../qemu-i440fx/rom_media.c smm-y += memmap.c +smm-y += smihandler.c |