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

ifeq ($(CONFIG_SOC_AMD_CEZANNE),y)

all-y += config.c

bootblock-y	+= bootblock.c

romstage-y	+= romstage.c

ramstage-y	+= chip.c

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

endif