summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/chili/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/chili/Makefile.inc')
-rw-r--r--src/mainboard/siemens/chili/Makefile.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/siemens/chili/Makefile.inc b/src/mainboard/siemens/chili/Makefile.inc
new file mode 100644
index 0000000000..abeedf3a85
--- /dev/null
+++ b/src/mainboard/siemens/chili/Makefile.inc
@@ -0,0 +1,12 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)
+
+romstage-y += romstage.c
+
+ramstage-y += mainboard.c
+ramstage-y += ec.c
+
+smm-y += ec.c
+
+subdirs-y += variants/$(VARIANT_DIR)