xref: /aosp_15_r20/external/coreboot/src/northbridge/intel/i440bx/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-or-later
2
3ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I440BX),y)
4
5ramstage-y += northbridge.c
6
7romstage-y += raminit.c
8romstage-y += romstage.c
9romstage-$(CONFIG_DEBUG_RAM_SETUP) += debug.c
10romstage-y += memmap.c
11
12endif
13