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