blob: e57181d394770101009833fa07dba78a08ab29a3 [file] [log] [blame]
## SPDX-License-Identifier: GPL-2.0-or-later
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