aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/Makefile.inc
blob: 2852b6a6522c35e7cc4b0ad12c31c7a150a3b0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SPDX-License-Identifier: BSD-3-Clause

ifeq ($(CONFIG_SOC_AMD_CEZANNE),y)

subdirs-y += ../../../cpu/x86/mtrr

# Beware that all-y also adds the compilation unit to verstage on PSP
all-y += config.c

bootblock-y	+= bootblock.c
bootblock-y	+= early_fch.c
bootblock-y     += reset.c

verstage_x86-y  += reset.c

romstage-y      += reset.c
romstage-y	+= romstage.c

ramstage-y	+= chip.c
ramstage-y      += reset.c

CPPFLAGS_common += -I$(src)/soc/amd/cezanne/include

endif