diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/device/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc index a1d592051b..af5e7a9401 100644 --- a/src/device/Makefile.inc +++ b/src/device/Makefile.inc @@ -22,6 +22,7 @@ endif bootblock-y += device_simple.c postcar-y += device_simple.c +smm-y += device_simple.c verstage-y += device_simple.c romstage-y += device_simple.c romstage-$(CONFIG_PCI) += pci_early.c |