summaryrefslogtreecommitdiff
path: root/src/soc/example/min86/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/example/min86/Makefile.mk')
-rw-r--r--src/soc/example/min86/Makefile.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/soc/example/min86/Makefile.mk b/src/soc/example/min86/Makefile.mk
new file mode 100644
index 0000000000..01f1a94bc4
--- /dev/null
+++ b/src/soc/example/min86/Makefile.mk
@@ -0,0 +1,14 @@
+## SPDX-License-Identifier: GPL-2.0-only
+ifeq ($(CONFIG_SOC_EXAMPLE_MIN86),y)
+
+bootblock-y += cache_as_ram.S
+bootblock-y += ../../../cpu/intel/car/bootblock.c
+
+postcar-y += exit_car.S
+
+romstage-y += romstage.c
+
+ramstage-y += chip.c
+ramstage-y += timer.c
+
+endif