soc/amd/common/psp/psp_def.h: increase P2C_BUFFER_MAXSIZE
[coreboot.git] / src / soc / example / min86 / Makefile.mk
blob01f1a94bc4860267e4d750f04346e2f2373b07a5
1 ## SPDX-License-Identifier: GPL-2.0-only
2 ifeq ($(CONFIG_SOC_EXAMPLE_MIN86),y)
4 bootblock-y += cache_as_ram.S
5 bootblock-y += ../../../cpu/intel/car/bootblock.c
7 postcar-y += exit_car.S
9 romstage-y += romstage.c
11 ramstage-y += chip.c
12 ramstage-y += timer.c
14 endif