aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/Makefile.inc
blob: d1d8e970996071e94fa6ea053f959f5670c9633f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: BSD-3-Clause

ifeq ($(CONFIG_SOC_AMD_CEZANNE),y)

bootblock-y	+= bootblock.c

romstage-y	+= romstage.c

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

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

endif