xref: /aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/ebg/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3bootblock-y += soc_gpio.c soc_pch.c
4romstage-y += soc_gpio.c soc_pmutil.c soc_pch.c
5ramstage-y += lockdown.c soc_gpio.c soc_pch.c soc_pmutil.c soc_xhci.c
6
7CPPFLAGS_common += -I$(src)/soc/intel/xeon_sp/ebg/include
8