summaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/deltalake/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ocp/deltalake/Makefile.mk')
-rw-r--r--src/mainboard/ocp/deltalake/Makefile.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/ocp/deltalake/Makefile.mk b/src/mainboard/ocp/deltalake/Makefile.mk
new file mode 100644
index 0000000000..a6b6d37b66
--- /dev/null
+++ b/src/mainboard/ocp/deltalake/Makefile.mk
@@ -0,0 +1,12 @@
+## SPDX-License-Identifier: GPL-2.0-or-later
+
+bootblock-y += bootblock.c
+
+romstage-y += romstage.c
+romstage-$(CONFIG_IPMI_KCS_ROMSTAGE) += ipmi.c
+
+ramstage-y += ramstage.c ipmi.c
+ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
+all-y += console.c
+smm-y += console.c
+CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include