summaryrefslogtreecommitdiff
path: root/drivers/peci/busses/Makefile
blob: ebf3fda9bedc22dee828d137adf1c37983f0fe04 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the PECI hardware bus drivers.
#

obj-$(CONFIG_PECI_ASPEED)	+= peci-aspeed.o
obj-$(CONFIG_PECI_NPCM)		+= peci-npcm.o
obj-$(CONFIG_PECI_MCTP)		+= peci-mctp.o