summaryrefslogtreecommitdiff
path: root/src/soc/amd/genoa/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/genoa/Makefile.inc')
-rw-r--r--src/soc/amd/genoa/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/soc/amd/genoa/Makefile.inc b/src/soc/amd/genoa/Makefile.inc
new file mode 100644
index 0000000000..01b1965b04
--- /dev/null
+++ b/src/soc/amd/genoa/Makefile.inc
@@ -0,0 +1,13 @@
+## SPDX-License-Identifier: GPL-2.0-only
+ifeq ($(CONFIG_SOC_AMD_GENOA),y)
+
+bootblock-y += early_fch.c
+
+romstage-y += romstage.c
+
+ramstage-y += chip.c
+ramstage-y += timer.c
+
+CPPFLAGS_common += -I$(src)/soc/amd/genoa/include
+
+endif