diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-02-10 23:03:17 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-14 07:53:56 +0000 |
commit | e7705f2df1247112572f96f606b111b94d04fa2c (patch) | |
tree | 7556530904f455eeed17817954b130348eae5aed /src/superio/nsc/Makefile.inc | |
parent | 85ea91ae3cee3496905626f3d864a1eedfc55f95 (diff) |
superio/nsc: Introduce common early_serial
Change-Id: I0860e95258b87f059a3a9c31e382d758403d0428
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31332
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/nsc/Makefile.inc')
-rw-r--r-- | src/superio/nsc/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/nsc/Makefile.inc b/src/superio/nsc/Makefile.inc index a792573bc9..832359140f 100644 --- a/src/superio/nsc/Makefile.inc +++ b/src/superio/nsc/Makefile.inc @@ -13,6 +13,10 @@ ## GNU General Public License for more details. ## +## include generic nsc pre-ram stage driver +bootblock-$(CONFIG_SUPERIO_NSC_COMMON_PRE_RAM) += common/early_serial.c +romstage-$(CONFIG_SUPERIO_NSC_COMMON_PRE_RAM) += common/early_serial.c + subdirs-y += pc87309 subdirs-y += pc87360 subdirs-y += pc87366 |