diff options
Diffstat (limited to 'src/southbridge/intel/common/Makefile.inc')
-rw-r--r-- | src/southbridge/intel/common/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/intel/common/Makefile.inc b/src/southbridge/intel/common/Makefile.inc index bf3a86e8ff..961b71bbd8 100644 --- a/src/southbridge/intel/common/Makefile.inc +++ b/src/southbridge/intel/common/Makefile.inc @@ -18,6 +18,11 @@ subdirs-y += firmware ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_COMMON),y) +romstage-y += pmbase.c +ramstage-y += pmbase.c +postcar-y += pmbase.c +smm-y += pmbase.c + romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += usb_debug.c ramstage-$(CONFIG_USBDEBUG) += usb_debug.c |