diff options
Diffstat (limited to 'src/superio/winbond/Makefile.inc')
-rw-r--r-- | src/superio/winbond/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/superio/winbond/Makefile.inc b/src/superio/winbond/Makefile.inc index b0b7b8c520..49430815f1 100644 --- a/src/superio/winbond/Makefile.inc +++ b/src/superio/winbond/Makefile.inc @@ -14,7 +14,8 @@ ## ## include generic winbond pre-ram stage driver -romstage-$(CONFIG_SUPERIO_WINBOND_COMMON_ROMSTAGE) += common/early_init.c +bootblock-$(CONFIG_SUPERIO_WINBOND_COMMON_PRE_RAM) += common/early_init.c +romstage-$(CONFIG_SUPERIO_WINBOND_COMMON_PRE_RAM) += common/early_init.c subdirs-y += w83627dhg subdirs-y += w83627ehg |