summaryrefslogtreecommitdiff
path: root/drivers/peci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/peci/Makefile')
-rw-r--r--drivers/peci/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/peci/Makefile b/drivers/peci/Makefile
new file mode 100644
index 000000000000..3326da54a21a
--- /dev/null
+++ b/drivers/peci/Makefile
@@ -0,0 +1,10 @@
+#
+# 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
+obj-$(CONFIG_PECI_NPCM) += peci-npcm.o