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