diff options
Diffstat (limited to 'src/southbridge/amd/sb800/Makefile.inc')
-rw-r--r-- | src/southbridge/amd/sb800/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb800/Makefile.inc b/src/southbridge/amd/sb800/Makefile.inc index fca4a984cb..e5cdb56c8d 100644 --- a/src/southbridge/amd/sb800/Makefile.inc +++ b/src/southbridge/amd/sb800/Makefile.inc @@ -14,4 +14,7 @@ ramstage-y += reset.c romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += enable_usbdebug.c ramstage-$(CONFIG_USBDEBUG) += enable_usbdebug.c +romstage-y += ramtop.c +ramstage-y += ramtop.c + endif |