coreboot-kgpe-d16/src/northbridge/intel/i440bx/Makefile.inc

13 lines
245 B
PHP
Raw Normal View History

## 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