3rdparty/fsp: Update submodule to upstream master
[coreboot2.git] / src / northbridge / intel / pineview / Makefile.mk
blobb231a3e171abd0998511936ac94ba3eb814b6d5b
1 # SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_NORTHBRIDGE_INTEL_PINEVIEW),y)
5 bootblock-y += ../../../cpu/x86/early_reset.S
6 bootblock-y += bootblock.c
8 ramstage-y += memmap.c
9 ramstage-y += northbridge.c
10 ramstage-y += gma.c
12 romstage-y += romstage.c
13 romstage-y += memmap.c
14 romstage-y += raminit.c
15 romstage-y += early_init.c
17 postcar-y += memmap.c
19 endif