aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dell/optiplex_9010/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/dell/optiplex_9010/Makefile.inc')
-rw-r--r--src/mainboard/dell/optiplex_9010/Makefile.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mainboard/dell/optiplex_9010/Makefile.inc b/src/mainboard/dell/optiplex_9010/Makefile.inc
new file mode 100644
index 0000000000..7a8a68423a
--- /dev/null
+++ b/src/mainboard/dell/optiplex_9010/Makefile.inc
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+smm-y += smihandler.c
+
+bootblock-y += gpio.c
+romstage-y += gpio.c
+
+bootblock-y += early_init.c
+romstage-y += early_init.c
+
+bootblock-y += sch5545_ec_early.c
+
+romstage-y += sch5545_ec.c
+
+ramstage-y += sch5545_ec.c
+ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
+
+ifeq ($(CONFIG_INCLUDE_SMSC_SCH5545_EC_FW),y)
+cbfs-files-y += sch5545_ecfw.bin
+sch5545_ecfw.bin-file := $(call strip_quotes,$(CONFIG_SMSC_SCH5545_EC_FW_FILE))
+sch5545_ecfw.bin-type := raw
+endif