mb/google/nissa/var/rull: Change padbased_override to rtd3 of wifi
[coreboot2.git] / src / northbridge / intel / i945 / Makefile.mk
blobe9702087e806f6a6bd0f3c6a1df0070cc9a82048
1 # SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I945),y)
5 bootblock-y += bootblock.c
7 ramstage-y += memmap.c
8 ramstage-y += northbridge.c
9 ramstage-y += gma.c
11 romstage-y += romstage.c
12 romstage-y += memmap.c
13 romstage-y += raminit.c
14 romstage-y += early_init.c
15 romstage-y += errata.c
16 romstage-y += debug.c
17 romstage-y += rcven.c
19 postcar-y += memmap.c
21 endif