blob: 698999b2cf91eb54e0fc8d8e5447425840935ba0 (
plain)
1
2
3
4
5
|
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
bootblock-$(CONFIG_SUPERIO_SMSC_LPC47N207) += early_serial.c
romstage-$(CONFIG_SUPERIO_SMSC_LPC47N207) += early_serial.c
|