src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / northbridge / intel / i945 / Makefile.inc
blob128596f86bce8196d08e287d8128b55bf7467177
2 # This file is part of the coreboot project.
5 # SPDX-License-Identifier: GPL-2.0-only
7 ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I945),y)
9 bootblock-y += bootblock.c
11 ramstage-y += memmap.c
12 ramstage-y += northbridge.c
13 ramstage-y += gma.c
14 ramstage-y += acpi.c
16 romstage-y += romstage.c
17 romstage-y += memmap.c
18 romstage-y += raminit.c
19 romstage-y += early_init.c
20 romstage-y += errata.c
21 romstage-y += debug.c
22 romstage-y += rcven.c
24 postcar-y += memmap.c
26 endif