summaryrefslogtreecommitdiff
path: root/drivers/peci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/peci/Makefile')
-rw-r--r--drivers/peci/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/peci/Makefile b/drivers/peci/Makefile
new file mode 100644
index 000000000000..886285e69765
--- /dev/null
+++ b/drivers/peci/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for the PECI core and bus drivers.
+#
+
+# Core functionality
+obj-$(CONFIG_PECI) += peci-core.o
+
+# Hardware specific bus drivers
+obj-$(CONFIG_PECI_ASPEED) += peci-aspeed.o