From ace9429bb58fd418f0c81d4c2835699bddf6bde6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:27:49 +0200 Subject: Adding upstream version 6.6.15. Signed-off-by: Daniel Baumann --- drivers/peci/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drivers/peci/Makefile (limited to 'drivers/peci/Makefile') diff --git a/drivers/peci/Makefile b/drivers/peci/Makefile new file mode 100644 index 0000000000..7de18137e7 --- /dev/null +++ b/drivers/peci/Makefile @@ -0,0 +1,10 @@ +# 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/ -- cgit v1.2.3