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
9 ramstage-y
+= northbridge.c
12 romstage-y
+= romstage.c
13 romstage-y
+= memmap.c
14 romstage-y
+= raminit.c
15 romstage-y
+= early_init.c