src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / northbridge / intel / pineview / Makefile.inc
blob645f0182b1718880e1a8654235d698e29168a265
2 # This file is part of the coreboot project.
5 # SPDX-License-Identifier: GPL-2.0-only
7 ifeq ($(CONFIG_NORTHBRIDGE_INTEL_PINEVIEW),y)
9 bootblock-y += ../../../cpu/x86/early_reset.S
10 bootblock-y += bootblock.c
12 ramstage-y += memmap.c
13 ramstage-y += northbridge.c
14 ramstage-y += gma.c
15 ramstage-y += acpi.c
17 romstage-y += romstage.c
18 romstage-y += memmap.c
19 romstage-y += raminit.c
20 romstage-y += early_init.c
22 postcar-y += memmap.c
24 endif