blob: 62708114695abe6889714b20d082dab176416a91 [file] [log] [blame]
## SPDX-License-Identifier: GPL-2.0-or-later
## This file is part of the coreboot project.
ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I440BX),y)
ramstage-y += northbridge.c
romstage-y += raminit.c
romstage-y += romstage.c
romstage-$(CONFIG_DEBUG_RAM_SETUP) += debug.c
romstage-y += memmap.c
endif