summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/psp_verstage/Makefile.inc
blob: 41296c9b0c2f79fa124ac0ecdc774cc41a93976b (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-only

verstage-generic-ccopts += -I$(src)/soc/amd/picasso/psp_verstage/include
verstage-generic-ccopts += -I$(src)/vendorcode/amd/fsp/picasso/include

verstage-y += svc.c
verstage-y += chipset.c

verstage-y += $(top)/src/vendorcode/amd/fsp/picasso/bl_uapp/bl_uapp_startup.S
verstage-y += $(top)/src/vendorcode/amd/fsp/picasso/bl_uapp/bl_uapp_end.S