diff options
Diffstat (limited to 'src/soc/intel/xeon_sp/ebg/Makefile.inc')
-rw-r--r-- | src/soc/intel/xeon_sp/ebg/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/ebg/Makefile.inc b/src/soc/intel/xeon_sp/ebg/Makefile.inc new file mode 100644 index 0000000000..ea29e2d853 --- /dev/null +++ b/src/soc/intel/xeon_sp/ebg/Makefile.inc @@ -0,0 +1,7 @@ +## SPDX-License-Identifier: GPL-2.0-only + +bootblock-y += soc_gpio.c soc_pch.c +romstage-y += soc_gpio.c soc_pmutil.c +ramstage-y += lockdown.c soc_gpio.c soc_pch.c soc_pmutil.c + +CPPFLAGS_common += -I$(src)/soc/intel/xeon_sp/ebg/include |