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