android_kernel_samsung_sm8650/drivers/peci/Makefile
2025-01-27 17:45:46 +09:00

11 lines
246 B
Makefile
Executable File

# SPDX-License-Identifier: GPL-2.0-only
# Core functionality
peci-y := core.o request.o device.o sysfs.o
obj-$(CONFIG_PECI) += peci.o
peci-cpu-y := cpu.o
obj-$(CONFIG_PECI_CPU) += peci-cpu.o
# Hardware specific bus drivers
obj-y += controller/