]> Git Repo - linux.git/blob - drivers/platform/x86/intel/pmt/Makefile
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux...
[linux.git] / drivers / platform / x86 / intel / pmt / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for linux/drivers/platform/x86/intel/pmt
4 # Intel Platform Monitoring Technology Drivers
5 #
6
7 obj-$(CONFIG_INTEL_PMT_CLASS)           += pmt_class.o
8 pmt_class-y                             := class.o
9 obj-$(CONFIG_INTEL_PMT_TELEMETRY)       += pmt_telemetry.o
10 pmt_telemetry-y                         := telemetry.o
11 obj-$(CONFIG_INTEL_PMT_CRASHLOG)        += pmt_crashlog.o
12 pmt_crashlog-y                          := crashlog.o
This page took 0.040115 seconds and 4 git commands to generate.