blob: 3326da54a21a3e8aec728157ea40e012a4a3d608 (
plain)
1
2
3
4
5
6
7
8
9
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
|