aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/gaze15/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/gaze15/Makefile.mk')
-rw-r--r--src/mainboard/system76/gaze15/Makefile.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/system76/gaze15/Makefile.mk b/src/mainboard/system76/gaze15/Makefile.mk
new file mode 100644
index 0000000000..72f13667d3
--- /dev/null
+++ b/src/mainboard/system76/gaze15/Makefile.mk
@@ -0,0 +1,12 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include
+
+bootblock-y += bootblock.c
+bootblock-y += variants/$(VARIANT_DIR)/gpio_early.c
+
+romstage-y += romstage.c
+
+ramstage-y += ramstage.c
+ramstage-y += variants/$(VARIANT_DIR)/gpio.c
+ramstage-y += variants/$(VARIANT_DIR)/hda_verb.c