xref: /linux/drivers/peci/Makefile (revision 6b56f5f1ef93ec1b34dee1ef72da33ec046f82be)
1# SPDX-License-Identifier: GPL-2.0-only
2
3# Core functionality
4peci-y := core.o request.o device.o sysfs.o
5obj-$(CONFIG_PECI) += peci.o
6peci-cpu-y := cpu.o
7obj-$(CONFIG_PECI_CPU) += peci-cpu.o
8
9# Hardware specific bus drivers
10obj-y += controller/
11