aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/a88xm-e/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/a88xm-e/Makefile.inc')
-rw-r--r--src/mainboard/asus/a88xm-e/Makefile.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/asus/a88xm-e/Makefile.inc b/src/mainboard/asus/a88xm-e/Makefile.inc
new file mode 100644
index 0000000000..549801d78f
--- /dev/null
+++ b/src/mainboard/asus/a88xm-e/Makefile.inc
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+bootblock-y += bootblock.c
+
+romstage-y += buildOpts.c
+romstage-y += BiosCallOuts.c
+romstage-y += OemCustomize.c
+
+ramstage-y += buildOpts.c
+ramstage-y += BiosCallOuts.c
+ramstage-y += OemCustomize.c