diff options
Diffstat (limited to 'src/superio/nsc/Makefile.mk')
-rw-r--r-- | src/superio/nsc/Makefile.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/superio/nsc/Makefile.mk b/src/superio/nsc/Makefile.mk new file mode 100644 index 0000000000..2419e47cd3 --- /dev/null +++ b/src/superio/nsc/Makefile.mk @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only + +## 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 += pc87382 +subdirs-y += pc87384 +subdirs-y += pc87392 +subdirs-y += pc87417 |