bdb37982d6
Signed-off-by: Idwer Vollering <vidwer@gmail.com> Change-Id: If77d59485451c77dcea752bc4fe0dfadba8fec45 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48900 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
4 lines
151 B
Makefile
4 lines
151 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += conf_mode.c
|
|
ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += conf_mode.c
|