summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i440bx/Makefile.inc
blob: 62708114695abe6889714b20d082dab176416a91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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